Html Css Color HEX #5CB49E Keppel

📋 copy color: '#5CB49E'

red 92 ◦ green 180 ◦ blue 158

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

Shades of Keppel #5CB49E

Tints of Keppel #5CB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

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

R = 21.4%
G = 41.86%
B = 36.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#5CB49E (or 0x5CB49E) is known color: Keppel. HEX triplet: 5C, B4 and 9E. RGB value is (92,180,158). Sum of RGB (Red+Green+Blue) = 92+180+158=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB49E is #A34B61. Grayscale: #979797. Windows color (decimal): -10701666 or 10400860. OLE color: 10400860.

HSL color Cylindrical-coordinate representation of color #5CB49E: hue angle of 165º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB49E is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 180 158 -
CMYK 0.49 0 0.12 0.29
HSL 165º 0.37% 0.53% -
HSV(B) 165º 0.49% 0.71% -
XYZ 26.91 37.39 38.15 -
YUV 151.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 92 180 158 0.49 0 0.12 0.29 165 0.37 0.53
Hex 5C B4 9E 31 0 C 1D A5 25 35
Octal 134 264 236 61 0 14 35 245 45 65
Binary 1011100 10110100 10011110 110001 0 1100 11101 10100101 100101 110101

Color Harmonies of #5CB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB49E

Black with #5CB49E

Text Example


Text Example

White with #5CB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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