Html Css Color HEX #52A06E Ocean Green

📋 copy color: '#52A06E'

red 82 ◦ green 160 ◦ blue 110

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

Shades of Ocean Green #52A06E

Tints of Ocean Green #52A06E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.45%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 23.3%
G = 45.45%
B = 31.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#52A06E (or 0x52A06E) is known color: Ocean Green. HEX triplet: 52, A0 and 6E. RGB value is (82,160,110). Sum of RGB (Red+Green+Blue) = 82+160+110=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #52A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A06E is #AD5F91. Grayscale: #838383. Windows color (decimal): -11362194 or 7250002. OLE color: 7250002.

HSL color Cylindrical-coordinate representation of color #52A06E: hue angle of 141.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A06E is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 110 -
CMYK 0.49 0 0.31 0.37
HSL 141.54º 0.32% 0.47% -
HSV(B) 141.54º 0.49% 0.63% -
XYZ 18.86 28.06 19.17 -
YUV 130.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 82 160 110 0.49 0 0.31 0.37 141.54 0.32 0.47
Hex 52 A0 6E 31 0 1F 25 8E 20 2F
Octal 122 240 156 61 0 37 45 216 40 57
Binary 1010010 10100000 1101110 110001 0 11111 100101 10001110 100000 101111

Color Harmonies of #52A06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A06E

Black with #52A06E

Text Example


Text Example

White with #52A06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,110); }

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

background-color css

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

 a { background-color: rgb(82,160,110); }

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

border-color css

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

 span { border-color: rgb(82,160,110); }

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