Html Css Color HEX #53B297 Keppel

📋 copy color: '#53B297'

red 83 ◦ green 178 ◦ blue 151

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

Shades of Keppel #53B297

Tints of Keppel #53B297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 20.15%
G = 43.2%
B = 36.65%

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

#53B297 (or 0x53B297) is known color: Keppel. HEX triplet: 53, B2 and 97. RGB value is (83,178,151). Sum of RGB (Red+Green+Blue) = 83+178+151=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #53B297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B297 is #AC4D68. Grayscale: #929292. Windows color (decimal): -11292009 or 9941587. OLE color: 9941587.

HSL color Cylindrical-coordinate representation of color #53B297: hue angle of 162.95º 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 #53B297 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 151 -
CMYK 0.53 0 0.15 0.30
HSL 162.95º 0.38% 0.51% -
HSV(B) 162.95º 0.53% 0.7% -
XYZ 25.07 35.91 34.89 -
YUV 146.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 83 178 151 0.53 0 0.15 0.30 162.95 0.38 0.51
Hex 53 B2 97 35 0 F 1E A3 26 33
Octal 123 262 227 65 0 17 36 243 46 63
Binary 1010011 10110010 10010111 110101 0 1111 11110 10100011 100110 110011

Color Harmonies of #53B297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B297

Black with #53B297

Text Example


Text Example

White with #53B297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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