Html Css Color HEX #52AF6C Ocean Green

📋 copy color: '#52AF6C'

red 82 ◦ green 175 ◦ blue 108

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

Shades of Ocean Green #52AF6C

Tints of Ocean Green #52AF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 22.47%
G = 47.95%
B = 29.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#52AF6C (or 0x52AF6C) is known color: Ocean Green. HEX triplet: 52, AF and 6C. RGB value is (82,175,108). Sum of RGB (Red+Green+Blue) = 82+175+108=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF6C is #AD5093. Grayscale: #8B8B8B. Windows color (decimal): -11358356 or 7122770. OLE color: 7122770.

HSL color Cylindrical-coordinate representation of color #52AF6C: hue angle of 136.77º 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 #52AF6C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 108 -
CMYK 0.53 0 0.38 0.31
HSL 136.77º 0.37% 0.5% -
HSV(B) 136.77º 0.53% 0.69% -
XYZ 21.52 33.54 19.53 -
YUV 139.56 110.19 86.95 -
System Red Green Blue C M Y K H S L
Decimal 82 175 108 0.53 0 0.38 0.31 136.77 0.37 0.5
Hex 52 AF 6C 35 0 26 1F 89 25 32
Octal 122 257 154 65 0 46 37 211 45 62
Binary 1010010 10101111 1101100 110101 0 100110 11111 10001001 100101 110010

Color Harmonies of #52AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF6C

Black with #52AF6C

Text Example


Text Example

White with #52AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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