Html Css Color HEX #52B07C Ocean Green

📋 copy color: '#52B07C'

red 82 ◦ green 176 ◦ blue 124

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

Shades of Ocean Green #52B07C

Tints of Ocean Green #52B07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 21.47%
G = 46.07%
B = 32.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#52B07C (or 0x52B07C) is known color: Ocean Green. HEX triplet: 52, B0 and 7C. RGB value is (82,176,124). Sum of RGB (Red+Green+Blue) = 82+176+124=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #52B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B07C is #AD4F83. Grayscale: #8E8E8E. Windows color (decimal): -11358084 or 8171602. OLE color: 8171602.

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

Color convert

RGB 82 176 124 -
CMYK 0.53 0 0.30 0.31
HSL 146.81º 0.37% 0.51% -
HSV(B) 146.81º 0.53% 0.69% -
XYZ 22.64 34.3 24.5 -
YUV 141.97 117.86 85.23 -
System Red Green Blue C M Y K H S L
Decimal 82 176 124 0.53 0 0.30 0.31 146.81 0.37 0.51
Hex 52 B0 7C 35 0 1E 1F 93 25 33
Octal 122 260 174 65 0 36 37 223 45 63
Binary 1010010 10110000 1111100 110101 0 11110 11111 10010011 100101 110011

Color Harmonies of #52B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B07C

Black with #52B07C

Text Example


Text Example

White with #52B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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