Html Css Color HEX #5CBC9A Keppel

📋 copy color: '#5CBC9A'

red 92 ◦ green 188 ◦ blue 154

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

Shades of Keppel #5CBC9A

Tints of Keppel #5CBC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

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

R = 21.2%
G = 43.32%
B = 35.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#5CBC9A (or 0x5CBC9A) is known color: Keppel. HEX triplet: 5C, BC and 9A. RGB value is (92,188,154). Sum of RGB (Red+Green+Blue) = 92+188+154=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBC9A is #A34365. Grayscale: #9B9B9B. Windows color (decimal): -10699622 or 10140764. OLE color: 10140764.

HSL color Cylindrical-coordinate representation of color #5CBC9A: hue angle of 158.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC9A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 188 154 -
CMYK 0.51 0 0.18 0.26
HSL 158.75º 0.42% 0.55% -
HSV(B) 158.75º 0.51% 0.74% -
XYZ 28.23 40.57 36.92 -
YUV 155.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 92 188 154 0.51 0 0.18 0.26 158.75 0.42 0.55
Hex 5C BC 9A 33 0 12 1A 9F 2A 37
Octal 134 274 232 63 0 22 32 237 52 67
Binary 1011100 10111100 10011010 110011 0 10010 11010 10011111 101010 110111

Color Harmonies of #5CBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBC9A

Black with #5CBC9A

Text Example


Text Example

White with #5CBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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