Html Css Color HEX #53AA7B Ocean Green

📋 copy color: '#53AA7B'

red 83 ◦ green 170 ◦ blue 123

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

Shades of Ocean Green #53AA7B

Tints of Ocean Green #53AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.21%

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 22.07%
G = 45.21%
B = 32.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#53AA7B (or 0x53AA7B) is known color: Ocean Green. HEX triplet: 53, AA and 7B. RGB value is (83,170,123). Sum of RGB (Red+Green+Blue) = 83+170+123=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA7B is #AC5584. Grayscale: #8A8A8A. Windows color (decimal): -11294085 or 8104531. OLE color: 8104531.

HSL color Cylindrical-coordinate representation of color #53AA7B: hue angle of 147.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA7B is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 123 -
CMYK 0.51 0 0.28 0.33
HSL 147.59º 0.34% 0.5% -
HSV(B) 147.59º 0.51% 0.67% -
XYZ 21.52 32.02 23.79 -
YUV 138.63 119.18 88.32 -
System Red Green Blue C M Y K H S L
Decimal 83 170 123 0.51 0 0.28 0.33 147.59 0.34 0.5
Hex 53 AA 7B 33 0 1C 21 94 22 32
Octal 123 252 173 63 0 34 41 224 42 62
Binary 1010011 10101010 1111011 110011 0 11100 100001 10010100 100010 110010

Color Harmonies of #53AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA7B

Black with #53AA7B

Text Example


Text Example

White with #53AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,123); }

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

background-color css

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

 a { background-color: rgb(83,170,123); }

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

border-color css

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

 span { border-color: rgb(83,170,123); }

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