Html Css Color HEX #5CAC9E Keppel

📋 copy color: '#5CAC9E'

red 92 ◦ green 172 ◦ blue 158

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

Shades of Keppel #5CAC9E

Tints of Keppel #5CAC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 21.8%
G = 40.76%
B = 37.44%

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

#5CAC9E (or 0x5CAC9E) is known color: Keppel. HEX triplet: 5C, AC and 9E. RGB value is (92,172,158). Sum of RGB (Red+Green+Blue) = 92+172+158=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAC9E is #A35361. Grayscale: #929292. Windows color (decimal): -10703714 or 10398812. OLE color: 10398812.

HSL color Cylindrical-coordinate representation of color #5CAC9E: hue angle of 169.5º 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 #5CAC9E is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 158 -
CMYK 0.47 0 0.08 0.33
HSL 169.5º 0.33% 0.52% -
HSV(B) 169.5º 0.47% 0.67% -
XYZ 25.34 34.25 37.62 -
YUV 146.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 92 172 158 0.47 0 0.08 0.33 169.5 0.33 0.52
Hex 5C AC 9E 2F 0 8 21 AA 21 34
Octal 134 254 236 57 0 10 41 252 41 64
Binary 1011100 10101100 10011110 101111 0 1000 100001 10101010 100001 110100

Color Harmonies of #5CAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC9E

Black with #5CAC9E

Text Example


Text Example

White with #5CAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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