Html Css Color HEX #5CBA97 Keppel

📋 copy color: '#5CBA97'

red 92 ◦ green 186 ◦ blue 151

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

Shades of Keppel #5CBA97

Tints of Keppel #5CBA97

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 21.45%
G = 43.36%
B = 35.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#5CBA97 (or 0x5CBA97) is known color: Keppel. HEX triplet: 5C, BA and 97. RGB value is (92,186,151). Sum of RGB (Red+Green+Blue) = 92+186+151=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBA97 is #A34568. Grayscale: #999999. Windows color (decimal): -10700137 or 9943644. OLE color: 9943644.

HSL color Cylindrical-coordinate representation of color #5CBA97: hue angle of 157.66º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBA97 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 186 151 -
CMYK 0.51 0 0.19 0.27
HSL 157.66º 0.41% 0.55% -
HSV(B) 157.66º 0.51% 0.73% -
XYZ 27.56 39.63 35.47 -
YUV 153.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 92 186 151 0.51 0 0.19 0.27 157.66 0.41 0.55
Hex 5C BA 97 33 0 13 1B 9E 29 37
Octal 134 272 227 63 0 23 33 236 51 67
Binary 1011100 10111010 10010111 110011 0 10011 11011 10011110 101001 110111

Color Harmonies of #5CBA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBA97

Black with #5CBA97

Text Example


Text Example

White with #5CBA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,186,151); }

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

background-color css

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

 a { background-color: rgb(92,186,151); }

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

border-color css

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

 span { border-color: rgb(92,186,151); }

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