Html Css Color HEX #52AF68 Ocean Green

📋 copy color: '#52AF68'

red 82 ◦ green 175 ◦ blue 104

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

Shades of Ocean Green #52AF68

Tints of Ocean Green #52AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.48%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 22.71%
G = 48.48%
B = 28.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#52AF68 (or 0x52AF68) is known color: Ocean Green. HEX triplet: 52, AF and 68. RGB value is (82,175,104). Sum of RGB (Red+Green+Blue) = 82+175+104=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF68 is #AD5097. Grayscale: #8B8B8B. Windows color (decimal): -11358360 or 6860626. OLE color: 6860626.

HSL color Cylindrical-coordinate representation of color #52AF68: hue angle of 134.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF68 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 104 -
CMYK 0.53 0 0.41 0.31
HSL 134.19º 0.37% 0.5% -
HSV(B) 134.19º 0.53% 0.69% -
XYZ 21.31 33.45 18.43 -
YUV 139.1 108.19 87.27 -
System Red Green Blue C M Y K H S L
Decimal 82 175 104 0.53 0 0.41 0.31 134.19 0.37 0.5
Hex 52 AF 68 35 0 29 1F 86 25 32
Octal 122 257 150 65 0 51 37 206 45 62
Binary 1010010 10101111 1101000 110101 0 101001 11111 10000110 100101 110010

Color Harmonies of #52AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF68

Black with #52AF68

Text Example


Text Example

White with #52AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,104); }

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

background-color css

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

 a { background-color: rgb(82,175,104); }

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

border-color css

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

 span { border-color: rgb(82,175,104); }

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