Html Css Color HEX #52906B Ocean Green

📋 copy color: '#52906B'

red 82 ◦ green 144 ◦ blue 107

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

Shades of Ocean Green #52906B

Tints of Ocean Green #52906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 24.62%
G = 43.24%
B = 32.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#52906B (or 0x52906B) is known color: Ocean Green. HEX triplet: 52, 90 and 6B. RGB value is (82,144,107). Sum of RGB (Red+Green+Blue) = 82+144+107=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #52906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52906B is #AD6F94. Grayscale: #797979. Windows color (decimal): -11366293 or 7049298. OLE color: 7049298.

HSL color Cylindrical-coordinate representation of color #52906B: hue angle of 144.19º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52906B is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 107 -
CMYK 0.43 0 0.26 0.44
HSL 144.19º 0.27% 0.44% -
HSV(B) 144.19º 0.43% 0.56% -
XYZ 16.11 22.8 17.46 -
YUV 121.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 82 144 107 0.43 0 0.26 0.44 144.19 0.27 0.44
Hex 52 90 6B 2B 0 1A 2C 90 1B 2C
Octal 122 220 153 53 0 32 54 220 33 54
Binary 1010010 10010000 1101011 101011 0 11010 101100 10010000 11011 101100

Color Harmonies of #52906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52906B

Black with #52906B

Text Example


Text Example

White with #52906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52906B; }

 p { color: rgb(82,144,107); }

 H1.HeaderClassName
 {
   color: #52906B;
 }
 .AnyTagClassName
 {
   color: #52906B;
 }
</style>

background-color css

<style>
 a { background-color: #52906B; }

 a { background-color: rgb(82,144,107); }

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

border-color css

<style>
 span { border-color: #52906B; }

 span { border-color: rgb(82,144,107); }

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