Html Css Color HEX #5CAC99 Keppel

📋 copy color: '#5CAC99'

red 92 ◦ green 172 ◦ blue 153

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

Shades of Keppel #5CAC99

Tints of Keppel #5CAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 22.06%
G = 41.25%
B = 36.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#5CAC99 (or 0x5CAC99) is known color: Keppel. HEX triplet: 5C, AC and 99. RGB value is (92,172,153). Sum of RGB (Red+Green+Blue) = 92+172+153=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAC99 is #A35366. Grayscale: #919191. Windows color (decimal): -10703719 or 10071132. OLE color: 10071132.

HSL color Cylindrical-coordinate representation of color #5CAC99: hue angle of 165.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAC99 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 153 -
CMYK 0.47 0 0.11 0.33
HSL 165.75º 0.33% 0.52% -
HSV(B) 165.75º 0.47% 0.67% -
XYZ 24.92 34.08 35.4 -
YUV 145.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 92 172 153 0.47 0 0.11 0.33 165.75 0.33 0.52
Hex 5C AC 99 2F 0 B 21 A6 21 34
Octal 134 254 231 57 0 13 41 246 41 64
Binary 1011100 10101100 10011001 101111 0 1011 100001 10100110 100001 110100

Color Harmonies of #5CAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC99

Black with #5CAC99

Text Example


Text Example

White with #5CAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,172,153); }

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

background-color css

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

 a { background-color: rgb(92,172,153); }

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

border-color css

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

 span { border-color: rgb(92,172,153); }

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