Html Css Color HEX #44AD7D Ocean Green

📋 copy color: '#44AD7D'

red 68 ◦ green 173 ◦ blue 125

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

Shades of Ocean Green #44AD7D

Tints of Ocean Green #44AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.27%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 18.58%
G = 47.27%
B = 34.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#44AD7D (or 0x44AD7D) is known color: Ocean Green. HEX triplet: 44, AD and 7D. RGB value is (68,173,125). Sum of RGB (Red+Green+Blue) = 68+173+125=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD7D is #BB5282. Grayscale: #888888. Windows color (decimal): -12276355 or 8236356. OLE color: 8236356.

HSL color Cylindrical-coordinate representation of color #44AD7D: hue angle of 152.57º 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 #44AD7D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 173 125 -
CMYK 0.61 0 0.28 0.32
HSL 152.57º 0.44% 0.47% -
HSV(B) 152.57º 0.61% 0.68% -
XYZ 21.03 32.6 24.59 -
YUV 136.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 68 173 125 0.61 0 0.28 0.32 152.57 0.44 0.47
Hex 44 AD 7D 3D 0 1C 20 99 2C 2F
Octal 104 255 175 75 0 34 40 231 54 57
Binary 1000100 10101101 1111101 111101 0 11100 100000 10011001 101100 101111

Color Harmonies of #44AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AD7D

Black with #44AD7D

Text Example


Text Example

White with #44AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,173,125); }

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

background-color css

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

 a { background-color: rgb(68,173,125); }

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

border-color css

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

 span { border-color: rgb(68,173,125); }

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