Html Css Color HEX #5CBF9A Keppel

📋 copy color: '#5CBF9A'

red 92 ◦ green 191 ◦ blue 154

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

Shades of Keppel #5CBF9A

Tints of Keppel #5CBF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 21.05%
G = 43.71%
B = 35.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#5CBF9A (or 0x5CBF9A) is known color: Keppel. HEX triplet: 5C, BF and 9A. RGB value is (92,191,154). Sum of RGB (Red+Green+Blue) = 92+191+154=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBF9A is #A34065. Grayscale: #9D9D9D. Windows color (decimal): -10698854 or 10141532. OLE color: 10141532.

HSL color Cylindrical-coordinate representation of color #5CBF9A: hue angle of 157.58º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBF9A is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 191 154 -
CMYK 0.52 0 0.19 0.25
HSL 157.58º 0.44% 0.55% -
HSV(B) 157.58º 0.52% 0.75% -
XYZ 28.88 41.87 37.13 -
YUV 157.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 92 191 154 0.52 0 0.19 0.25 157.58 0.44 0.55
Hex 5C BF 9A 34 0 13 19 9E 2C 37
Octal 134 277 232 64 0 23 31 236 54 67
Binary 1011100 10111111 10011010 110100 0 10011 11001 10011110 101100 110111

Color Harmonies of #5CBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBF9A

Black with #5CBF9A

Text Example


Text Example

White with #5CBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,191,154); }

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

background-color css

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

 a { background-color: rgb(92,191,154); }

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

border-color css

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

 span { border-color: rgb(92,191,154); }

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