Html Css Color HEX #53B998 Keppel

📋 copy color: '#53B998'

red 83 ◦ green 185 ◦ blue 152

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

Shades of Keppel #53B998

Tints of Keppel #53B998

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

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

R = 19.76%
G = 44.05%
B = 36.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#53B998 (or 0x53B998) is known color: Keppel. HEX triplet: 53, B9 and 98. RGB value is (83,185,152). Sum of RGB (Red+Green+Blue) = 83+185+152=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #53B998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B998 is #AC4667. Grayscale: #969696. Windows color (decimal): -11290216 or 10008915. OLE color: 10008915.

HSL color Cylindrical-coordinate representation of color #53B998: hue angle of 160.59º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B998 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 152 -
CMYK 0.55 0 0.18 0.27
HSL 160.59º 0.42% 0.53% -
HSV(B) 160.59º 0.55% 0.73% -
XYZ 26.58 38.8 35.79 -
YUV 150.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 83 185 152 0.55 0 0.18 0.27 160.59 0.42 0.53
Hex 53 B9 98 37 0 12 1B A1 2A 35
Octal 123 271 230 67 0 22 33 241 52 65
Binary 1010011 10111001 10011000 110111 0 10010 11011 10100001 101010 110101

Color Harmonies of #53B998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B998

Black with #53B998

Text Example


Text Example

White with #53B998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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