#35BABE

Color #35BABE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #35BABE

Tints of Viking #35BABE

Color information

#35BABE (or 0x35BABE) is unknown color: approx Viking. HEX triplet: 35, BA and BE. RGB value is (53,186,190). Sum of RGB (Red+Green+Blue) = 53+186+190=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #35BABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BABE is #CA4541. Grayscale: #929292. Windows color (decimal): -13256002 or 12499509. OLE color: 12499509.

HSL color Cylindrical-coordinate representation of color #35BABE: hue angle of 181.75º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BABE is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53186190-
CMYK0.720.0200.25
HSL181.75º56.38%47.65%-
HSV(B)181.75º72.11%74.51%-
XYZ28.3239.5954.86-
YUV146.69152.4461.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 12.35%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=12.35%
G=43.36%
B=44.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531861900.720.0200.25181.7556.3847.65
Hex35BABE482019b63830
Octal6527227611020312667060
Binary110101101110101011111010010001001100110110110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BABE; }

 p { color: rgb(53,186,190); }

 H1.HeaderClassName
 {
   color: #35BABE;
 }
 .AnyTagClassName
 {
   color: #35BABE;
 }
</style>
background-color css

<style>
 a { background-color: #35BABE; }

 a { background-color: rgb(53,186,190); }

 div.DivClassName
 {
   background-color: #35BABE;
 }
 .BgClassName
 {
   background-color: #35BABE;
 }
</style>
border-color css

<style>
 span { border-color: #35BABE; }

 span { border-color: rgb(53,186,190); }

 td.TdClassName
 {
   border-color: #35BABE;
 }
 .TagClassName
 {
   border-color: #35BABE;
 }
</style>