Html Css Color HEX #52AA67 Ocean Green

📋 copy color: '#52AA67'

red 82 ◦ green 170 ◦ blue 103

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

Shades of Ocean Green #52AA67

Tints of Ocean Green #52AA67

RGB

 RED value IS 82 (32.42% from 255) = 23.1%

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 23.1%
G = 47.89%
B = 29.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#52AA67 (or 0x52AA67) is known color: Ocean Green. HEX triplet: 52, AA and 67. RGB value is (82,170,103). Sum of RGB (Red+Green+Blue) = 82+170+103=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA67 is #AD5598. Grayscale: #888888. Windows color (decimal): -11359641 or 6793810. OLE color: 6793810.

HSL color Cylindrical-coordinate representation of color #52AA67: hue angle of 134.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA67 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 103 -
CMYK 0.52 0 0.39 0.33
HSL 134.32º 0.35% 0.49% -
HSV(B) 134.32º 0.52% 0.67% -
XYZ 20.3 31.52 17.85 -
YUV 136.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 82 170 103 0.52 0 0.39 0.33 134.32 0.35 0.49
Hex 52 AA 67 34 0 27 21 86 23 31
Octal 122 252 147 64 0 47 41 206 43 61
Binary 1010010 10101010 1100111 110100 0 100111 100001 10000110 100011 110001

Color Harmonies of #52AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA67

Black with #52AA67

Text Example


Text Example

White with #52AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AA67; }

 p { color: rgb(82,170,103); }

 H1.HeaderClassName
 {
   color: #52AA67;
 }
 .AnyTagClassName
 {
   color: #52AA67;
 }
</style>

background-color css

<style>
 a { background-color: #52AA67; }

 a { background-color: rgb(82,170,103); }

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

border-color css

<style>
 span { border-color: #52AA67; }

 span { border-color: rgb(82,170,103); }

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