Html Css Color HEX #44AE7B Ocean Green

📋 copy color: '#44AE7B'

red 68 ◦ green 174 ◦ blue 123

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

Shades of Ocean Green #44AE7B

Tints of Ocean Green #44AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

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

R = 18.63%
G = 47.67%
B = 33.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#44AE7B (or 0x44AE7B) is known color: Ocean Green. HEX triplet: 44, AE and 7B. RGB value is (68,174,123). Sum of RGB (Red+Green+Blue) = 68+174+123=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AE7B is #BB5184. Grayscale: #888888. Windows color (decimal): -12276101 or 8105540. OLE color: 8105540.

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

Color convert

RGB 68 174 123 -
CMYK 0.61 0 0.29 0.32
HSL 151.13º 0.44% 0.47% -
HSV(B) 151.13º 0.61% 0.68% -
XYZ 21.1 32.93 23.98 -
YUV 136.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 68 174 123 0.61 0 0.29 0.32 151.13 0.44 0.47
Hex 44 AE 7B 3D 0 1D 20 97 2C 2F
Octal 104 256 173 75 0 35 40 227 54 57
Binary 1000100 10101110 1111011 111101 0 11101 100000 10010111 101100 101111

Color Harmonies of #44AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AE7B

Black with #44AE7B

Text Example


Text Example

White with #44AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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