Html Css Color HEX #5CAC9F Keppel

📋 copy color: '#5CAC9F'

red 92 ◦ green 172 ◦ blue 159

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

Shades of Keppel #5CAC9F

Tints of Keppel #5CAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 21.75%
G = 40.66%
B = 37.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#5CAC9F (or 0x5CAC9F) is known color: Keppel. HEX triplet: 5C, AC and 9F. RGB value is (92,172,159). Sum of RGB (Red+Green+Blue) = 92+172+159=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAC9F is #A35360. Grayscale: #929292. Windows color (decimal): -10703713 or 10464348. OLE color: 10464348.

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

Color convert

RGB 92 172 159 -
CMYK 0.47 0 0.08 0.33
HSL 170.25º 0.33% 0.52% -
HSV(B) 170.25º 0.47% 0.67% -
XYZ 25.42 34.28 38.08 -
YUV 146.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 92 172 159 0.47 0 0.08 0.33 170.25 0.33 0.52
Hex 5C AC 9F 2F 0 8 21 AA 21 34
Octal 134 254 237 57 0 10 41 252 41 64
Binary 1011100 10101100 10011111 101111 0 1000 100001 10101010 100001 110100

Color Harmonies of #5CAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC9F

Black with #5CAC9F

Text Example


Text Example

White with #5CAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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