Html Css Color HEX #35B9C0 Viking

📋 copy color: '#35B9C0'

red 53 ◦ green 185 ◦ blue 192

#35B9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #35B9C0

Tints of Viking #35B9C0

RGB

 RED value IS 53 (21.09% from 255) = 12.33%

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 12.33%
G = 43.02%
B = 44.65%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#35B9C0 (or 0x35B9C0) is known color: Viking. HEX triplet: 35, B9 and C0. RGB value is (53,185,192). Sum of RGB (Red+Green+Blue) = 53+185+192=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #35B9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9C0 is #CA463F. Grayscale: #929292. Windows color (decimal): -13256256 or 12630325. OLE color: 12630325.

HSL color Cylindrical-coordinate representation of color #35B9C0: hue angle of 183.02º degrees, saturation: 0.57, 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 #35B9C0 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 185 192 -
CMYK 0.72 0.04 0 0.25
HSL 183.02º 0.57% 0.48% -
HSV(B) 183.02º 0.72% 0.75% -
XYZ 28.33 39.26 55.95 -
YUV 146.33 153.77 61.43 -
System Red Green Blue C M Y K H S L
Decimal 53 185 192 0.72 0.04 0 0.25 183.02 0.57 0.48
Hex 35 B9 C0 48 4 0 19 B7 39 30
Octal 65 271 300 110 4 0 31 267 71 60
Binary 110101 10111001 11000000 1001000 100 0 11001 10110111 111001 110000

Color Harmonies of #35B9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B9C0

Black with #35B9C0

Text Example


Text Example

White with #35B9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,185,192); }

 H1.HeaderClassName
 {
   color: #35B9C0;
 }
 .AnyTagClassName
 {
   color: #35B9C0;
 }
</style>

background-color css

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

 a { background-color: rgb(53,185,192); }

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

border-color css

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

 span { border-color: rgb(53,185,192); }

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