Html Css Color HEX #53A681 Ocean Green

📋 copy color: '#53A681'

red 83 ◦ green 166 ◦ blue 129

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

Shades of Ocean Green #53A681

Tints of Ocean Green #53A681

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 21.96%
G = 43.92%
B = 34.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#53A681 (or 0x53A681) is known color: Ocean Green. HEX triplet: 53, A6 and 81. RGB value is (83,166,129). Sum of RGB (Red+Green+Blue) = 83+166+129=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #53A681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A681 is #AC597E. Grayscale: #898989. Windows color (decimal): -11295103 or 8496723. OLE color: 8496723.

HSL color Cylindrical-coordinate representation of color #53A681: hue angle of 153.25º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A681 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 129 -
CMYK 0.50 0 0.22 0.35
HSL 153.25º 0.33% 0.49% -
HSV(B) 153.25º 0.5% 0.65% -
XYZ 21.17 30.7 25.58 -
YUV 136.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 83 166 129 0.50 0 0.22 0.35 153.25 0.33 0.49
Hex 53 A6 81 32 0 16 23 99 21 31
Octal 123 246 201 62 0 26 43 231 41 61
Binary 1010011 10100110 10000001 110010 0 10110 100011 10011001 100001 110001

Color Harmonies of #53A681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A681

Black with #53A681

Text Example


Text Example

White with #53A681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,166,129); }

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

background-color css

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

 a { background-color: rgb(83,166,129); }

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

border-color css

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

 span { border-color: rgb(83,166,129); }

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