Html Css Color HEX #44AA7C Ocean Green

📋 copy color: '#44AA7C'

red 68 ◦ green 170 ◦ blue 124

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

Shades of Ocean Green #44AA7C

Tints of Ocean Green #44AA7C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.96%

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

R = 18.78%
G = 46.96%
B = 34.25%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#44AA7C (or 0x44AA7C) is known color: Ocean Green. HEX triplet: 44, AA and 7C. RGB value is (68,170,124). Sum of RGB (Red+Green+Blue) = 68+170+124=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA7C is #BB5583. Grayscale: #868686. Windows color (decimal): -12277124 or 8170052. OLE color: 8170052.

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

Color convert

RGB 68 170 124 -
CMYK 0.6 0 0.27 0.33
HSL 152.94º 0.43% 0.47% -
HSV(B) 152.94º 0.6% 0.67% -
XYZ 20.4 31.43 24.06 -
YUV 134.26 122.21 80.74 -
System Red Green Blue C M Y K H S L
Decimal 68 170 124 0.6 0 0.27 0.33 152.94 0.43 0.47
Hex 44 AA 7C 3C 0 1B 21 99 2B 2F
Octal 104 252 174 74 0 33 41 231 53 57
Binary 1000100 10101010 1111100 111100 0 11011 100001 10011001 101011 101111

Color Harmonies of #44AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA7C

Black with #44AA7C

Text Example


Text Example

White with #44AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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