Html Css Color HEX #5CB99B Keppel

📋 copy color: '#5CB99B'

red 92 ◦ green 185 ◦ blue 155

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

Shades of Keppel #5CB99B

Tints of Keppel #5CB99B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.82%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 21.3%
G = 42.82%
B = 35.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#5CB99B (or 0x5CB99B) is known color: Keppel. HEX triplet: 5C, B9 and 9B. RGB value is (92,185,155). Sum of RGB (Red+Green+Blue) = 92+185+155=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB99B is #A34664. Grayscale: #999999. Windows color (decimal): -10700389 or 10205532. OLE color: 10205532.

HSL color Cylindrical-coordinate representation of color #5CB99B: hue angle of 160.65º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB99B is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 185 155 -
CMYK 0.50 0 0.16 0.27
HSL 160.65º 0.4% 0.54% -
HSV(B) 160.65º 0.5% 0.73% -
XYZ 27.68 39.34 37.14 -
YUV 153.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 92 185 155 0.50 0 0.16 0.27 160.65 0.4 0.54
Hex 5C B9 9B 32 0 10 1B A1 28 36
Octal 134 271 233 62 0 20 33 241 50 66
Binary 1011100 10111001 10011011 110010 0 10000 11011 10100001 101000 110110

Color Harmonies of #5CB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB99B

Black with #5CB99B

Text Example


Text Example

White with #5CB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,185,155); }

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

background-color css

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

 a { background-color: rgb(92,185,155); }

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

border-color css

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

 span { border-color: rgb(92,185,155); }

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