Html Css Color HEX #52B77B Ocean Green

📋 copy color: '#52B77B'

red 82 ◦ green 183 ◦ blue 123

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

Shades of Ocean Green #52B77B

Tints of Ocean Green #52B77B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 21.13%
G = 47.16%
B = 31.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#52B77B (or 0x52B77B) is known color: Ocean Green. HEX triplet: 52, B7 and 7B. RGB value is (82,183,123). Sum of RGB (Red+Green+Blue) = 82+183+123=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #52B77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B77B is #AD4884. Grayscale: #929292. Windows color (decimal): -11356293 or 8107858. OLE color: 8107858.

HSL color Cylindrical-coordinate representation of color #52B77B: hue angle of 144.36º 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 #52B77B is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 123 -
CMYK 0.55 0 0.33 0.28
HSL 144.36º 0.41% 0.52% -
HSV(B) 144.36º 0.55% 0.72% -
XYZ 23.99 37.09 24.63 -
YUV 145.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 82 183 123 0.55 0 0.33 0.28 144.36 0.41 0.52
Hex 52 B7 7B 37 0 21 1C 90 29 34
Octal 122 267 173 67 0 41 34 220 51 64
Binary 1010010 10110111 1111011 110111 0 100001 11100 10010000 101001 110100

Color Harmonies of #52B77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B77B

Black with #52B77B

Text Example


Text Example

White with #52B77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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