Html Css Color HEX #52B088 Ocean Green

📋 copy color: '#52B088'

red 82 ◦ green 176 ◦ blue 136

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

Shades of Ocean Green #52B088

Tints of Ocean Green #52B088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 20.81%
G = 44.67%
B = 34.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#52B088 (or 0x52B088) is known color: Ocean Green. HEX triplet: 52, B0 and 88. RGB value is (82,176,136). Sum of RGB (Red+Green+Blue) = 82+176+136=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #52B088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B088 is #AD4F77. Grayscale: #8F8F8F. Windows color (decimal): -11358072 or 8958034. OLE color: 8958034.

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

Color convert

RGB 82 176 136 -
CMYK 0.53 0 0.23 0.31
HSL 154.47º 0.37% 0.51% -
HSV(B) 154.47º 0.53% 0.69% -
XYZ 23.45 34.62 28.74 -
YUV 143.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 82 176 136 0.53 0 0.23 0.31 154.47 0.37 0.51
Hex 52 B0 88 35 0 17 1F 9A 25 33
Octal 122 260 210 65 0 27 37 232 45 63
Binary 1010010 10110000 10001000 110101 0 10111 11111 10011010 100101 110011

Color Harmonies of #52B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B088

Black with #52B088

Text Example


Text Example

White with #52B088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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