Html Css Color HEX #5CA98D Keppel

📋 copy color: '#5CA98D'

red 92 ◦ green 169 ◦ blue 141

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

Shades of Keppel #5CA98D

Tints of Keppel #5CA98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 22.89%
G = 42.04%
B = 35.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#5CA98D (or 0x5CA98D) is known color: Keppel. HEX triplet: 5C, A9 and 8D. RGB value is (92,169,141). Sum of RGB (Red+Green+Blue) = 92+169+141=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA98D is #A35672. Grayscale: #8E8E8E. Windows color (decimal): -10704499 or 9283932. OLE color: 9283932.

HSL color Cylindrical-coordinate representation of color #5CA98D: hue angle of 158.18º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA98D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 92 169 141 -
CMYK 0.46 0 0.17 0.34
HSL 158.18º 0.31% 0.51% -
HSV(B) 158.18º 0.46% 0.66% -
XYZ 23.41 32.57 30.25 -
YUV 142.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 92 169 141 0.46 0 0.17 0.34 158.18 0.31 0.51
Hex 5C A9 8D 2E 0 11 22 9E 1F 33
Octal 134 251 215 56 0 21 42 236 37 63
Binary 1011100 10101001 10001101 101110 0 10001 100010 10011110 11111 110011

Color Harmonies of #5CA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA98D

Black with #5CA98D

Text Example


Text Example

White with #5CA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,169,141); }

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

background-color css

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

 a { background-color: rgb(92,169,141); }

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

border-color css

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

 span { border-color: rgb(92,169,141); }

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