Html Css Color HEX #52B16A Ocean Green

📋 copy color: '#52B16A'

red 82 ◦ green 177 ◦ blue 106

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

Shades of Ocean Green #52B16A

Tints of Ocean Green #52B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.49%

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

R = 22.47%
G = 48.49%
B = 29.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#52B16A (or 0x52B16A) is known color: Ocean Green. HEX triplet: 52, B1 and 6A. RGB value is (82,177,106). Sum of RGB (Red+Green+Blue) = 82+177+106=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #52B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B16A is #AD4E95. Grayscale: #8C8C8C. Windows color (decimal): -11357846 or 6992210. OLE color: 6992210.

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

Color convert

RGB 82 177 106 -
CMYK 0.54 0 0.40 0.31
HSL 135.16º 0.38% 0.51% -
HSV(B) 135.16º 0.54% 0.69% -
XYZ 21.8 34.28 19.1 -
YUV 140.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 82 177 106 0.54 0 0.40 0.31 135.16 0.38 0.51
Hex 52 B1 6A 36 0 28 1F 87 26 33
Octal 122 261 152 66 0 50 37 207 46 63
Binary 1010010 10110001 1101010 110110 0 101000 11111 10000111 100110 110011

Color Harmonies of #52B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B16A

Black with #52B16A

Text Example


Text Example

White with #52B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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