Html Css Color HEX #52A06A Ocean Green

📋 copy color: '#52A06A'

red 82 ◦ green 160 ◦ blue 106

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

Shades of Ocean Green #52A06A

Tints of Ocean Green #52A06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 23.56%
G = 45.98%
B = 30.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#52A06A (or 0x52A06A) is known color: Ocean Green. HEX triplet: 52, A0 and 6A. RGB value is (82,160,106). Sum of RGB (Red+Green+Blue) = 82+160+106=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #52A06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A06A is #AD5F95. Grayscale: #828282. Windows color (decimal): -11362198 or 6987858. OLE color: 6987858.

HSL color Cylindrical-coordinate representation of color #52A06A: hue angle of 138.46º 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 #52A06A is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 106 -
CMYK 0.49 0 0.34 0.37
HSL 138.46º 0.32% 0.47% -
HSV(B) 138.46º 0.49% 0.63% -
XYZ 18.65 27.98 18.05 -
YUV 130.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 82 160 106 0.49 0 0.34 0.37 138.46 0.32 0.47
Hex 52 A0 6A 31 0 22 25 8A 20 2F
Octal 122 240 152 61 0 42 45 212 40 57
Binary 1010010 10100000 1101010 110001 0 100010 100101 10001010 100000 101111

Color Harmonies of #52A06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A06A

Black with #52A06A

Text Example


Text Example

White with #52A06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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