Html Css Color HEX #449A6F Ocean Green

📋 copy color: '#449A6F'

red 68 ◦ green 154 ◦ blue 111

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

Shades of Ocean Green #449A6F

Tints of Ocean Green #449A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 20.42%
G = 46.25%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#449A6F (or 0x449A6F) is known color: Ocean Green. HEX triplet: 44, 9A and 6F. RGB value is (68,154,111). Sum of RGB (Red+Green+Blue) = 68+154+111=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #449A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A6F is #BB6590. Grayscale: #7B7B7B. Windows color (decimal): -12281233 or 7313988. OLE color: 7313988.

HSL color Cylindrical-coordinate representation of color #449A6F: hue angle of 150º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A6F is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 111 -
CMYK 0.56 0 0.28 0.40
HSL 150º 0.39% 0.44% -
HSV(B) 150º 0.56% 0.6% -
XYZ 16.81 25.49 19.07 -
YUV 123.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 68 154 111 0.56 0 0.28 0.40 150 0.39 0.44
Hex 44 9A 6F 38 0 1C 28 96 27 2C
Octal 104 232 157 70 0 34 50 226 47 54
Binary 1000100 10011010 1101111 111000 0 11100 101000 10010110 100111 101100

Color Harmonies of #449A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A6F

Black with #449A6F

Text Example


Text Example

White with #449A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A6F; }

 p { color: rgb(68,154,111); }

 H1.HeaderClassName
 {
   color: #449A6F;
 }
 .AnyTagClassName
 {
   color: #449A6F;
 }
</style>

background-color css

<style>
 a { background-color: #449A6F; }

 a { background-color: rgb(68,154,111); }

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

border-color css

<style>
 span { border-color: #449A6F; }

 span { border-color: rgb(68,154,111); }

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