Html Css Color HEX #53B298 Keppel

📋 copy color: '#53B298'

red 83 ◦ green 178 ◦ blue 152

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

Shades of Keppel #53B298

Tints of Keppel #53B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 20.1%
G = 43.1%
B = 36.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#53B298 (or 0x53B298) is known color: Keppel. HEX triplet: 53, B2 and 98. RGB value is (83,178,152). Sum of RGB (Red+Green+Blue) = 83+178+152=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #53B298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B298 is #AC4D67. Grayscale: #929292. Windows color (decimal): -11292008 or 10007123. OLE color: 10007123.

HSL color Cylindrical-coordinate representation of color #53B298: hue angle of 163.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B298 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 152 -
CMYK 0.53 0 0.15 0.30
HSL 163.58º 0.38% 0.51% -
HSV(B) 163.58º 0.53% 0.7% -
XYZ 25.16 35.95 35.32 -
YUV 146.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 83 178 152 0.53 0 0.15 0.30 163.58 0.38 0.51
Hex 53 B2 98 35 0 F 1E A4 26 33
Octal 123 262 230 65 0 17 36 244 46 63
Binary 1010011 10110010 10011000 110101 0 1111 11110 10100100 100110 110011

Color Harmonies of #53B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B298

Black with #53B298

Text Example


Text Example

White with #53B298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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