Html Css Color HEX #44AE74 Ocean Green

📋 copy color: '#44AE74'

red 68 ◦ green 174 ◦ blue 116

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

Shades of Ocean Green #44AE74

Tints of Ocean Green #44AE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.6%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 18.99%
G = 48.6%
B = 32.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#44AE74 (or 0x44AE74) is known color: Ocean Green. HEX triplet: 44, AE and 74. RGB value is (68,174,116). Sum of RGB (Red+Green+Blue) = 68+174+116=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AE74 is #BB518B. Grayscale: #878787. Windows color (decimal): -12276108 or 7646788. OLE color: 7646788.

HSL color Cylindrical-coordinate representation of color #44AE74: hue angle of 147.17º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AE74 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 174 116 -
CMYK 0.61 0 0.33 0.32
HSL 147.17º 0.44% 0.47% -
HSV(B) 147.17º 0.61% 0.68% -
XYZ 20.67 32.76 21.76 -
YUV 135.69 116.88 79.72 -
System Red Green Blue C M Y K H S L
Decimal 68 174 116 0.61 0 0.33 0.32 147.17 0.44 0.47
Hex 44 AE 74 3D 0 21 20 93 2C 2F
Octal 104 256 164 75 0 41 40 223 54 57
Binary 1000100 10101110 1110100 111101 0 100001 100000 10010011 101100 101111

Color Harmonies of #44AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AE74

Black with #44AE74

Text Example


Text Example

White with #44AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,174,116); }

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

background-color css

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

 a { background-color: rgb(68,174,116); }

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

border-color css

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

 span { border-color: rgb(68,174,116); }

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