Html Css Color HEX #53C098 Keppel

📋 copy color: '#53C098'

red 83 ◦ green 192 ◦ blue 152

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

Shades of Keppel #53C098

Tints of Keppel #53C098

RGB

 RED value IS 83 (32.81% from 255) = 19.44%

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 19.44%
G = 44.96%
B = 35.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#53C098 (or 0x53C098) is known color: Keppel. HEX triplet: 53, C0 and 98. RGB value is (83,192,152). Sum of RGB (Red+Green+Blue) = 83+192+152=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #53C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C098 is #AC3F67. Grayscale: #9A9A9A. Windows color (decimal): -11288424 or 10010707. OLE color: 10010707.

HSL color Cylindrical-coordinate representation of color #53C098: hue angle of 157.98º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C098 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 152 -
CMYK 0.57 0 0.21 0.25
HSL 157.98º 0.46% 0.54% -
HSV(B) 157.98º 0.57% 0.75% -
XYZ 28.08 41.81 36.29 -
YUV 154.85 126.39 76.75 -
System Red Green Blue C M Y K H S L
Decimal 83 192 152 0.57 0 0.21 0.25 157.98 0.46 0.54
Hex 53 C0 98 39 0 15 19 9E 2E 36
Octal 123 300 230 71 0 25 31 236 56 66
Binary 1010011 11000000 10011000 111001 0 10101 11001 10011110 101110 110110

Color Harmonies of #53C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C098

Black with #53C098

Text Example


Text Example

White with #53C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C098; }

 p { color: rgb(83,192,152); }

 H1.HeaderClassName
 {
   color: #53C098;
 }
 .AnyTagClassName
 {
   color: #53C098;
 }
</style>

background-color css

<style>
 a { background-color: #53C098; }

 a { background-color: rgb(83,192,152); }

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

border-color css

<style>
 span { border-color: #53C098; }

 span { border-color: rgb(83,192,152); }

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