Html Css Color HEX #5CAB9F Keppel

📋 copy color: '#5CAB9F'

red 92 ◦ green 171 ◦ blue 159

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

Shades of Keppel #5CAB9F

Tints of Keppel #5CAB9F

RGB

 RED value IS 92 (36.33% from 255) = 21.8%

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 21.8%
G = 40.52%
B = 37.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#5CAB9F (or 0x5CAB9F) is known color: Keppel. HEX triplet: 5C, AB and 9F. RGB value is (92,171,159). Sum of RGB (Red+Green+Blue) = 92+171+159=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAB9F is #A35460. Grayscale: #919191. Windows color (decimal): -10703969 or 10464092. OLE color: 10464092.

HSL color Cylindrical-coordinate representation of color #5CAB9F: hue angle of 170.89º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAB9F is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 171 159 -
CMYK 0.46 0 0.07 0.33
HSL 170.89º 0.32% 0.52% -
HSV(B) 170.89º 0.46% 0.67% -
XYZ 25.23 33.9 38.02 -
YUV 146.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 92 171 159 0.46 0 0.07 0.33 170.89 0.32 0.52
Hex 5C AB 9F 2E 0 7 21 AB 20 34
Octal 134 253 237 56 0 7 41 253 40 64
Binary 1011100 10101011 10011111 101110 0 111 100001 10101011 100000 110100

Color Harmonies of #5CAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAB9F

Black with #5CAB9F

Text Example


Text Example

White with #5CAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,171,159); }

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

background-color css

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

 a { background-color: rgb(92,171,159); }

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

border-color css

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

 span { border-color: rgb(92,171,159); }

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