Html Css Color HEX #44AC7D Ocean Green

📋 copy color: '#44AC7D'

red 68 ◦ green 172 ◦ blue 125

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

Shades of Ocean Green #44AC7D

Tints of Ocean Green #44AC7D

RGB

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

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

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

R = 18.63%
G = 47.12%
B = 34.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#44AC7D (or 0x44AC7D) is known color: Ocean Green. HEX triplet: 44, AC and 7D. RGB value is (68,172,125). Sum of RGB (Red+Green+Blue) = 68+172+125=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC7D is #BB5382. Grayscale: #878787. Windows color (decimal): -12276611 or 8236100. OLE color: 8236100.

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

Color convert

RGB 68 172 125 -
CMYK 0.60 0 0.27 0.33
HSL 152.88º 0.43% 0.47% -
HSV(B) 152.88º 0.6% 0.67% -
XYZ 20.84 32.21 24.52 -
YUV 135.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 68 172 125 0.60 0 0.27 0.33 152.88 0.43 0.47
Hex 44 AC 7D 3C 0 1B 21 99 2B 2F
Octal 104 254 175 74 0 33 41 231 53 57
Binary 1000100 10101100 1111101 111100 0 11011 100001 10011001 101011 101111

Color Harmonies of #44AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AC7D

Black with #44AC7D

Text Example


Text Example

White with #44AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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