Html Css Color HEX #5CAD8E Keppel

📋 copy color: '#5CAD8E'

red 92 ◦ green 173 ◦ blue 142

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

Shades of Keppel #5CAD8E

Tints of Keppel #5CAD8E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 22.6%
G = 42.51%
B = 34.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#5CAD8E (or 0x5CAD8E) is known color: Keppel. HEX triplet: 5C, AD and 8E. RGB value is (92,173,142). Sum of RGB (Red+Green+Blue) = 92+173+142=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAD8E is #A35271. Grayscale: #919191. Windows color (decimal): -10703474 or 9350492. OLE color: 9350492.

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

Color convert

RGB 92 173 142 -
CMYK 0.47 0 0.18 0.32
HSL 157.04º 0.33% 0.52% -
HSV(B) 157.04º 0.47% 0.68% -
XYZ 24.24 34.12 30.9 -
YUV 145.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 92 173 142 0.47 0 0.18 0.32 157.04 0.33 0.52
Hex 5C AD 8E 2F 0 12 20 9D 21 34
Octal 134 255 216 57 0 22 40 235 41 64
Binary 1011100 10101101 10001110 101111 0 10010 100000 10011101 100001 110100

Color Harmonies of #5CAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAD8E

Black with #5CAD8E

Text Example


Text Example

White with #5CAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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