Html Css Color HEX #52B288 Ocean Green

📋 copy color: '#52B288'

red 82 ◦ green 178 ◦ blue 136

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

Shades of Ocean Green #52B288

Tints of Ocean Green #52B288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.95%

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

R = 20.71%
G = 44.95%
B = 34.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#52B288 (or 0x52B288) is known color: Ocean Green. HEX triplet: 52, B2 and 88. RGB value is (82,178,136). Sum of RGB (Red+Green+Blue) = 82+178+136=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #52B288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B288 is #AD4D77. Grayscale: #909090. Windows color (decimal): -11357560 or 8958546. OLE color: 8958546.

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

Color convert

RGB 82 178 136 -
CMYK 0.54 0 0.24 0.30
HSL 153.75º 0.38% 0.51% -
HSV(B) 153.75º 0.54% 0.7% -
XYZ 23.84 35.41 28.87 -
YUV 144.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 82 178 136 0.54 0 0.24 0.30 153.75 0.38 0.51
Hex 52 B2 88 36 0 18 1E 9A 26 33
Octal 122 262 210 66 0 30 36 232 46 63
Binary 1010010 10110010 10001000 110110 0 11000 11110 10011010 100110 110011

Color Harmonies of #52B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B288

Black with #52B288

Text Example


Text Example

White with #52B288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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