Html Css Color HEX #5CA68E Keppel

📋 copy color: '#5CA68E'

red 92 ◦ green 166 ◦ blue 142

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

Shades of Keppel #5CA68E

Tints of Keppel #5CA68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 23%
G = 41.5%
B = 35.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#5CA68E (or 0x5CA68E) is known color: Keppel. HEX triplet: 5C, A6 and 8E. RGB value is (92,166,142). Sum of RGB (Red+Green+Blue) = 92+166+142=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA68E is #A35971. Grayscale: #8D8D8D. Windows color (decimal): -10705266 or 9348700. OLE color: 9348700.

HSL color Cylindrical-coordinate representation of color #5CA68E: hue angle of 160.54º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA68E is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 142 -
CMYK 0.45 0 0.14 0.35
HSL 160.54º 0.29% 0.51% -
HSV(B) 160.54º 0.45% 0.65% -
XYZ 22.93 31.5 30.46 -
YUV 141.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 92 166 142 0.45 0 0.14 0.35 160.54 0.29 0.51
Hex 5C A6 8E 2D 0 E 23 A1 1D 33
Octal 134 246 216 55 0 16 43 241 35 63
Binary 1011100 10100110 10001110 101101 0 1110 100011 10100001 11101 110011

Color Harmonies of #5CA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA68E

Black with #5CA68E

Text Example


Text Example

White with #5CA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,166,142); }

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

background-color css

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

 a { background-color: rgb(92,166,142); }

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

border-color css

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

 span { border-color: rgb(92,166,142); }

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