Html Css Color HEX #44AB7C Ocean Green

📋 copy color: '#44AB7C'

red 68 ◦ green 171 ◦ blue 124

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

Shades of Ocean Green #44AB7C

Tints of Ocean Green #44AB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 18.73%
G = 47.11%
B = 34.16%

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

#44AB7C (or 0x44AB7C) is known color: Ocean Green. HEX triplet: 44, AB and 7C. RGB value is (68,171,124). Sum of RGB (Red+Green+Blue) = 68+171+124=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AB7C is #BB5483. Grayscale: #868686. Windows color (decimal): -12276868 or 8170308. OLE color: 8170308.

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

Color convert

RGB 68 171 124 -
CMYK 0.60 0 0.27 0.33
HSL 152.62º 0.43% 0.47% -
HSV(B) 152.62º 0.6% 0.67% -
XYZ 20.58 31.81 24.12 -
YUV 134.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 68 171 124 0.60 0 0.27 0.33 152.62 0.43 0.47
Hex 44 AB 7C 3C 0 1B 21 99 2B 2F
Octal 104 253 174 74 0 33 41 231 53 57
Binary 1000100 10101011 1111100 111100 0 11011 100001 10011001 101011 101111

Color Harmonies of #44AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AB7C

Black with #44AB7C

Text Example


Text Example

White with #44AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,171,124); }

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

background-color css

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

 a { background-color: rgb(68,171,124); }

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

border-color css

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

 span { border-color: rgb(68,171,124); }

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