Html Css Color HEX #44AA7B Ocean Green

📋 copy color: '#44AA7B'

red 68 ◦ green 170 ◦ blue 123

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

Shades of Ocean Green #44AA7B

Tints of Ocean Green #44AA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 18.84%
G = 47.09%
B = 34.07%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#44AA7B (or 0x44AA7B) is known color: Ocean Green. HEX triplet: 44, AA and 7B. RGB value is (68,170,123). Sum of RGB (Red+Green+Blue) = 68+170+123=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA7B is #BB5584. Grayscale: #868686. Windows color (decimal): -12277125 or 8104516. OLE color: 8104516.

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

Color convert

RGB 68 170 123 -
CMYK 0.6 0 0.28 0.33
HSL 152.35º 0.43% 0.47% -
HSV(B) 152.35º 0.6% 0.67% -
XYZ 20.33 31.41 23.73 -
YUV 134.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 68 170 123 0.6 0 0.28 0.33 152.35 0.43 0.47
Hex 44 AA 7B 3C 0 1C 21 98 2B 2F
Octal 104 252 173 74 0 34 41 230 53 57
Binary 1000100 10101010 1111011 111100 0 11100 100001 10011000 101011 101111

Color Harmonies of #44AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA7B

Black with #44AA7B

Text Example


Text Example

White with #44AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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