Html Css Color HEX #5FA399 Cadet Blue

📋 copy color: '#5FA399'

red 95 ◦ green 163 ◦ blue 153

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

Shades of Cadet Blue #5FA399

Tints of Cadet Blue #5FA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 23.11%
G = 39.66%
B = 37.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#5FA399 (or 0x5FA399) is known color: Cadet Blue. HEX triplet: 5F, A3 and 99. RGB value is (95,163,153). Sum of RGB (Red+Green+Blue) = 95+163+153=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA399 is #A05C66. Grayscale: #8D8D8D. Windows color (decimal): -10509415 or 10068831. OLE color: 10068831.

HSL color Cylindrical-coordinate representation of color #5FA399: hue angle of 171.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA399 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 153 -
CMYK 0.42 0 0.06 0.36
HSL 171.18º 0.27% 0.51% -
HSV(B) 171.18º 0.42% 0.64% -
XYZ 23.57 30.93 34.86 -
YUV 141.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 95 163 153 0.42 0 0.06 0.36 171.18 0.27 0.51
Hex 5F A3 99 2A 0 6 24 AB 1B 33
Octal 137 243 231 52 0 6 44 253 33 63
Binary 1011111 10100011 10011001 101010 0 110 100100 10101011 11011 110011

Color Harmonies of #5FA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA399

Black with #5FA399

Text Example


Text Example

White with #5FA399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,153); }

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

background-color css

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

 a { background-color: rgb(95,163,153); }

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

border-color css

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

 span { border-color: rgb(95,163,153); }

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