Html Css Color HEX #449C6A Ocean Green

📋 copy color: '#449C6A'

red 68 ◦ green 156 ◦ blue 106

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

Shades of Ocean Green #449C6A

Tints of Ocean Green #449C6A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.27%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 20.61%
G = 47.27%
B = 32.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#449C6A (or 0x449C6A) is known color: Ocean Green. HEX triplet: 44, 9C and 6A. RGB value is (68,156,106). Sum of RGB (Red+Green+Blue) = 68+156+106=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #449C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C6A is #BB6395. Grayscale: #7C7C7C. Windows color (decimal): -12280726 or 6986820. OLE color: 6986820.

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

Color convert

RGB 68 156 106 -
CMYK 0.56 0 0.32 0.39
HSL 145.91º 0.39% 0.44% -
HSV(B) 145.91º 0.56% 0.61% -
XYZ 16.87 26.05 17.77 -
YUV 123.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 68 156 106 0.56 0 0.32 0.39 145.91 0.39 0.44
Hex 44 9C 6A 38 0 20 27 92 27 2C
Octal 104 234 152 70 0 40 47 222 47 54
Binary 1000100 10011100 1101010 111000 0 100000 100111 10010010 100111 101100

Color Harmonies of #449C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C6A

Black with #449C6A

Text Example


Text Example

White with #449C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,106); }

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

background-color css

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

 a { background-color: rgb(68,156,106); }

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

border-color css

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

 span { border-color: rgb(68,156,106); }

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