Html Css Color HEX #5CAC98 Keppel

📋 copy color: '#5CAC98'

red 92 ◦ green 172 ◦ blue 152

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

Shades of Keppel #5CAC98

Tints of Keppel #5CAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 22.12%
G = 41.35%
B = 36.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5CAC98 (or 0x5CAC98) is known color: Keppel. HEX triplet: 5C, AC and 98. RGB value is (92,172,152). Sum of RGB (Red+Green+Blue) = 92+172+152=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAC98 is #A35367. Grayscale: #919191. Windows color (decimal): -10703720 or 10005596. OLE color: 10005596.

HSL color Cylindrical-coordinate representation of color #5CAC98: hue angle of 165º 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 #5CAC98 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 152 -
CMYK 0.47 0 0.12 0.33
HSL 165º 0.33% 0.52% -
HSV(B) 165º 0.47% 0.67% -
XYZ 24.83 34.05 34.97 -
YUV 145.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 92 172 152 0.47 0 0.12 0.33 165 0.33 0.52
Hex 5C AC 98 2F 0 C 21 A5 21 34
Octal 134 254 230 57 0 14 41 245 41 64
Binary 1011100 10101100 10011000 101111 0 1100 100001 10100101 100001 110100

Color Harmonies of #5CAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC98

Black with #5CAC98

Text Example


Text Example

White with #5CAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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