Html Css Color HEX #52B069 Ocean Green

📋 copy color: '#52B069'

red 82 ◦ green 176 ◦ blue 105

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

Shades of Ocean Green #52B069

Tints of Ocean Green #52B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.48%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 22.59%
G = 48.48%
B = 28.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#52B069 (or 0x52B069) is known color: Ocean Green. HEX triplet: 52, B0 and 69. RGB value is (82,176,105). Sum of RGB (Red+Green+Blue) = 82+176+105=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #52B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B069 is #AD4F96. Grayscale: #8B8B8B. Windows color (decimal): -11358103 or 6926418. OLE color: 6926418.

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

Color convert

RGB 82 176 105 -
CMYK 0.53 0 0.40 0.31
HSL 134.68º 0.37% 0.51% -
HSV(B) 134.68º 0.53% 0.69% -
XYZ 21.55 33.86 18.77 -
YUV 139.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 82 176 105 0.53 0 0.40 0.31 134.68 0.37 0.51
Hex 52 B0 69 35 0 28 1F 87 25 33
Octal 122 260 151 65 0 50 37 207 45 63
Binary 1010010 10110000 1101001 110101 0 101000 11111 10000111 100101 110011

Color Harmonies of #52B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B069

Black with #52B069

Text Example


Text Example

White with #52B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,105); }

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

background-color css

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

 a { background-color: rgb(82,176,105); }

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

border-color css

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

 span { border-color: rgb(82,176,105); }

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