Html Css Color HEX #44AA80 Ocean Green

📋 copy color: '#44AA80'

red 68 ◦ green 170 ◦ blue 128

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

Shades of Ocean Green #44AA80

Tints of Ocean Green #44AA80

RGB

 RED value IS 68 (26.95% from 255) = 18.58%

 GREEN value IS 170 (66.8% from 255) = 46.45%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 18.58%
G = 46.45%
B = 34.97%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#44AA80 (or 0x44AA80) is known color: Ocean Green. HEX triplet: 44, AA and 80. RGB value is (68,170,128). Sum of RGB (Red+Green+Blue) = 68+170+128=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA80 is #BB557F. Grayscale: #868686. Windows color (decimal): -12277120 or 8432196. OLE color: 8432196.

HSL color Cylindrical-coordinate representation of color #44AA80: hue angle of 155.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA80 is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 128 -
CMYK 0.6 0 0.25 0.33
HSL 155.29º 0.43% 0.47% -
HSV(B) 155.29º 0.6% 0.67% -
XYZ 20.65 31.54 25.42 -
YUV 134.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 68 170 128 0.6 0 0.25 0.33 155.29 0.43 0.47
Hex 44 AA 80 3C 0 19 21 9B 2B 2F
Octal 104 252 200 74 0 31 41 233 53 57
Binary 1000100 10101010 10000000 111100 0 11001 100001 10011011 101011 101111

Color Harmonies of #44AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA80

Black with #44AA80

Text Example


Text Example

White with #44AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44AA80; }

 p { color: rgb(68,170,128); }

 H1.HeaderClassName
 {
   color: #44AA80;
 }
 .AnyTagClassName
 {
   color: #44AA80;
 }
</style>

background-color css

<style>
 a { background-color: #44AA80; }

 a { background-color: rgb(68,170,128); }

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

border-color css

<style>
 span { border-color: #44AA80; }

 span { border-color: rgb(68,170,128); }

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