Html Css Color HEX #44A87D Ocean Green

📋 copy color: '#44A87D'

red 68 ◦ green 168 ◦ blue 125

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

Shades of Ocean Green #44A87D

Tints of Ocean Green #44A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.54%

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

R = 18.84%
G = 46.54%
B = 34.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#44A87D (or 0x44A87D) is known color: Ocean Green. HEX triplet: 44, A8 and 7D. RGB value is (68,168,125). Sum of RGB (Red+Green+Blue) = 68+168+125=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #44A87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A87D is #BB5782. Grayscale: #858585. Windows color (decimal): -12277635 or 8235076. OLE color: 8235076.

HSL color Cylindrical-coordinate representation of color #44A87D: hue angle of 154.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A87D is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 168 125 -
CMYK 0.60 0 0.26 0.34
HSL 154.2º 0.42% 0.46% -
HSV(B) 154.2º 0.6% 0.66% -
XYZ 20.09 30.71 24.27 -
YUV 133.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 68 168 125 0.60 0 0.26 0.34 154.2 0.42 0.46
Hex 44 A8 7D 3C 0 1A 22 9A 2A 2E
Octal 104 250 175 74 0 32 42 232 52 56
Binary 1000100 10101000 1111101 111100 0 11010 100010 10011010 101010 101110

Color Harmonies of #44A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A87D

Black with #44A87D

Text Example


Text Example

White with #44A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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