Html Css Color HEX #5F9A96 Cadet Blue

📋 copy color: '#5F9A96'

red 95 ◦ green 154 ◦ blue 150

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

Shades of Cadet Blue #5F9A96

Tints of Cadet Blue #5F9A96

RGB

 RED value IS 95 (37.5% from 255) = 23.81%

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 23.81%
G = 38.6%
B = 37.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#5F9A96 (or 0x5F9A96) is known color: Cadet Blue. HEX triplet: 5F, 9A and 96. RGB value is (95,154,150). Sum of RGB (Red+Green+Blue) = 95+154+150=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9A96 is #A06569. Grayscale: #878787. Windows color (decimal): -10511722 or 9869919. OLE color: 9869919.

HSL color Cylindrical-coordinate representation of color #5F9A96: hue angle of 175.93º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9A96 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 154 150 -
CMYK 0.38 0 0.03 0.40
HSL 175.93º 0.24% 0.49% -
HSV(B) 175.93º 0.38% 0.6% -
XYZ 21.78 27.75 33.06 -
YUV 135.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 95 154 150 0.38 0 0.03 0.40 175.93 0.24 0.49
Hex 5F 9A 96 26 0 3 28 B0 18 31
Octal 137 232 226 46 0 3 50 260 30 61
Binary 1011111 10011010 10010110 100110 0 11 101000 10110000 11000 110001

Color Harmonies of #5F9A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9A96

Black with #5F9A96

Text Example


Text Example

White with #5F9A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9A96; }

 p { color: rgb(95,154,150); }

 H1.HeaderClassName
 {
   color: #5F9A96;
 }
 .AnyTagClassName
 {
   color: #5F9A96;
 }
</style>

background-color css

<style>
 a { background-color: #5F9A96; }

 a { background-color: rgb(95,154,150); }

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

border-color css

<style>
 span { border-color: #5F9A96; }

 span { border-color: rgb(95,154,150); }

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