Html Css Color HEX #53AE8A Keppel

📋 copy color: '#53AE8A'

red 83 ◦ green 174 ◦ blue 138

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

Shades of Keppel #53AE8A

Tints of Keppel #53AE8A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.05%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 21.01%
G = 44.05%
B = 34.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#53AE8A (or 0x53AE8A) is known color: Keppel. HEX triplet: 53, AE and 8A. RGB value is (83,174,138). Sum of RGB (Red+Green+Blue) = 83+174+138=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE8A is #AC5175. Grayscale: #8E8E8E. Windows color (decimal): -11293046 or 9088595. OLE color: 9088595.

HSL color Cylindrical-coordinate representation of color #53AE8A: hue angle of 156.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE8A is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 174 138 -
CMYK 0.52 0 0.21 0.32
HSL 156.26º 0.36% 0.5% -
HSV(B) 156.26º 0.52% 0.68% -
XYZ 23.29 33.95 29.37 -
YUV 142.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 83 174 138 0.52 0 0.21 0.32 156.26 0.36 0.5
Hex 53 AE 8A 34 0 15 20 9C 24 32
Octal 123 256 212 64 0 25 40 234 44 62
Binary 1010011 10101110 10001010 110100 0 10101 100000 10011100 100100 110010

Color Harmonies of #53AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AE8A

Black with #53AE8A

Text Example


Text Example

White with #53AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,174,138); }

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

background-color css

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

 a { background-color: rgb(83,174,138); }

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

border-color css

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

 span { border-color: rgb(83,174,138); }

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