Html Css Color HEX #52B67A Ocean Green

📋 copy color: '#52B67A'

red 82 ◦ green 182 ◦ blue 122

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

Shades of Ocean Green #52B67A

Tints of Ocean Green #52B67A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 21.24%
G = 47.15%
B = 31.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#52B67A (or 0x52B67A) is known color: Ocean Green. HEX triplet: 52, B6 and 7A. RGB value is (82,182,122). Sum of RGB (Red+Green+Blue) = 82+182+122=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #52B67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B67A is #AD4985. Grayscale: #919191. Windows color (decimal): -11356550 or 8042066. OLE color: 8042066.

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

Color convert

RGB 82 182 122 -
CMYK 0.55 0 0.33 0.29
HSL 144º 0.41% 0.52% -
HSV(B) 144º 0.55% 0.71% -
XYZ 23.72 36.65 24.24 -
YUV 145.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 82 182 122 0.55 0 0.33 0.29 144 0.41 0.52
Hex 52 B6 7A 37 0 21 1D 90 29 34
Octal 122 266 172 67 0 41 35 220 51 64
Binary 1010010 10110110 1111010 110111 0 100001 11101 10010000 101001 110100

Color Harmonies of #52B67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B67A

Black with #52B67A

Text Example


Text Example

White with #52B67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,182,122); }

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

background-color css

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

 a { background-color: rgb(82,182,122); }

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

border-color css

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

 span { border-color: rgb(82,182,122); }

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