Html Css Color HEX #53BD98 Keppel

📋 copy color: '#53BD98'

red 83 ◦ green 189 ◦ blue 152

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

Shades of Keppel #53BD98

Tints of Keppel #53BD98

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

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

R = 19.58%
G = 44.58%
B = 35.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#53BD98 (or 0x53BD98) is known color: Keppel. HEX triplet: 53, BD and 98. RGB value is (83,189,152). Sum of RGB (Red+Green+Blue) = 83+189+152=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD98 is #AC4267. Grayscale: #999999. Windows color (decimal): -11289192 or 10009939. OLE color: 10009939.

HSL color Cylindrical-coordinate representation of color #53BD98: hue angle of 159.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BD98 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 189 152 -
CMYK 0.56 0 0.20 0.26
HSL 159.06º 0.45% 0.53% -
HSV(B) 159.06º 0.56% 0.74% -
XYZ 27.43 40.5 36.08 -
YUV 153.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 83 189 152 0.56 0 0.20 0.26 159.06 0.45 0.53
Hex 53 BD 98 38 0 14 1A 9F 2D 35
Octal 123 275 230 70 0 24 32 237 55 65
Binary 1010011 10111101 10011000 111000 0 10100 11010 10011111 101101 110101

Color Harmonies of #53BD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD98

Black with #53BD98

Text Example


Text Example

White with #53BD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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