Html Css Color HEX #53906A Ocean Green

📋 copy color: '#53906A'

red 83 ◦ green 144 ◦ blue 106

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

Shades of Ocean Green #53906A

Tints of Ocean Green #53906A

RGB

 RED value IS 83 (32.81% from 255) = 24.92%

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 24.92%
G = 43.24%
B = 31.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#53906A (or 0x53906A) is known color: Ocean Green. HEX triplet: 53, 90 and 6A. RGB value is (83,144,106). Sum of RGB (Red+Green+Blue) = 83+144+106=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #53906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53906A is #AC6F95. Grayscale: #797979. Windows color (decimal): -11300758 or 6983763. OLE color: 6983763.

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

Color convert

RGB 83 144 106 -
CMYK 0.42 0 0.26 0.44
HSL 142.62º 0.27% 0.45% -
HSV(B) 142.62º 0.42% 0.56% -
XYZ 16.14 22.83 17.19 -
YUV 121.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 83 144 106 0.42 0 0.26 0.44 142.62 0.27 0.45
Hex 53 90 6A 2A 0 1A 2C 8F 1B 2D
Octal 123 220 152 52 0 32 54 217 33 55
Binary 1010011 10010000 1101010 101010 0 11010 101100 10001111 11011 101101

Color Harmonies of #53906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53906A

Black with #53906A

Text Example


Text Example

White with #53906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53906A; }

 p { color: rgb(83,144,106); }

 H1.HeaderClassName
 {
   color: #53906A;
 }
 .AnyTagClassName
 {
   color: #53906A;
 }
</style>

background-color css

<style>
 a { background-color: #53906A; }

 a { background-color: rgb(83,144,106); }

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

border-color css

<style>
 span { border-color: #53906A; }

 span { border-color: rgb(83,144,106); }

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