Html Css Color HEX #44AC70 Ocean Green

📋 copy color: '#44AC70'

red 68 ◦ green 172 ◦ blue 112

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

Shades of Ocean Green #44AC70

Tints of Ocean Green #44AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.86%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 19.32%
G = 48.86%
B = 31.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#44AC70 (or 0x44AC70) is known color: Ocean Green. HEX triplet: 44, AC and 70. RGB value is (68,172,112). Sum of RGB (Red+Green+Blue) = 68+172+112=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC70 is #BB538F. Grayscale: #868686. Windows color (decimal): -12276624 or 7384132. OLE color: 7384132.

HSL color Cylindrical-coordinate representation of color #44AC70: hue angle of 145.38º 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 #44AC70 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 172 112 -
CMYK 0.60 0 0.35 0.33
HSL 145.38º 0.43% 0.47% -
HSV(B) 145.38º 0.6% 0.67% -
XYZ 20.06 31.9 20.43 -
YUV 134.06 115.54 80.88 -
System Red Green Blue C M Y K H S L
Decimal 68 172 112 0.60 0 0.35 0.33 145.38 0.43 0.47
Hex 44 AC 70 3C 0 23 21 91 2B 2F
Octal 104 254 160 74 0 43 41 221 53 57
Binary 1000100 10101100 1110000 111100 0 100011 100001 10010001 101011 101111

Color Harmonies of #44AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AC70

Black with #44AC70

Text Example


Text Example

White with #44AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,172,112); }

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

background-color css

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

 a { background-color: rgb(68,172,112); }

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

border-color css

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

 span { border-color: rgb(68,172,112); }

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