Html Css Color HEX #52A167 Ocean Green

📋 copy color: '#52A167'

red 82 ◦ green 161 ◦ blue 103

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

Shades of Ocean Green #52A167

Tints of Ocean Green #52A167

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.53%

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 23.7%
G = 46.53%
B = 29.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#52A167 (or 0x52A167) is known color: Ocean Green. HEX triplet: 52, A1 and 67. RGB value is (82,161,103). Sum of RGB (Red+Green+Blue) = 82+161+103=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #52A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A167 is #AD5E98. Grayscale: #828282. Windows color (decimal): -11361945 or 6791506. OLE color: 6791506.

HSL color Cylindrical-coordinate representation of color #52A167: hue angle of 135.95º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A167 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 103 -
CMYK 0.49 0 0.36 0.37
HSL 135.95º 0.33% 0.48% -
HSV(B) 135.95º 0.49% 0.63% -
XYZ 18.67 28.26 17.3 -
YUV 130.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 82 161 103 0.49 0 0.36 0.37 135.95 0.33 0.48
Hex 52 A1 67 31 0 24 25 88 21 30
Octal 122 241 147 61 0 44 45 210 41 60
Binary 1010010 10100001 1100111 110001 0 100100 100101 10001000 100001 110000

Color Harmonies of #52A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A167

Black with #52A167

Text Example


Text Example

White with #52A167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,161,103); }

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

background-color css

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

 a { background-color: rgb(82,161,103); }

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

border-color css

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

 span { border-color: rgb(82,161,103); }

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