Html Css Color HEX #52B76E Ocean Green

📋 copy color: '#52B76E'

red 82 ◦ green 183 ◦ blue 110

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

Shades of Ocean Green #52B76E

Tints of Ocean Green #52B76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 21.87%
G = 48.8%
B = 29.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#52B76E (or 0x52B76E) is known color: Ocean Green. HEX triplet: 52, B7 and 6E. RGB value is (82,183,110). Sum of RGB (Red+Green+Blue) = 82+183+110=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #52B76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B76E is #AD4891. Grayscale: #909090. Windows color (decimal): -11356306 or 7255890. OLE color: 7255890.

HSL color Cylindrical-coordinate representation of color #52B76E: hue angle of 136.63º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B76E is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 110 -
CMYK 0.55 0 0.40 0.28
HSL 136.63º 0.41% 0.52% -
HSV(B) 136.63º 0.55% 0.72% -
XYZ 23.23 36.79 20.63 -
YUV 144.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 82 183 110 0.55 0 0.40 0.28 136.63 0.41 0.52
Hex 52 B7 6E 37 0 28 1C 89 29 34
Octal 122 267 156 67 0 50 34 211 51 64
Binary 1010010 10110111 1101110 110111 0 101000 11100 10001001 101001 110100

Color Harmonies of #52B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B76E

Black with #52B76E

Text Example


Text Example

White with #52B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,110); }

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

background-color css

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

 a { background-color: rgb(82,183,110); }

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

border-color css

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

 span { border-color: rgb(82,183,110); }

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