Html Css Color HEX #449F7A Ocean Green

📋 copy color: '#449F7A'

red 68 ◦ green 159 ◦ blue 122

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

Shades of Ocean Green #449F7A

Tints of Ocean Green #449F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.56%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 19.48%
G = 45.56%
B = 34.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#449F7A (or 0x449F7A) is known color: Ocean Green. HEX triplet: 44, 9F and 7A. RGB value is (68,159,122). Sum of RGB (Red+Green+Blue) = 68+159+122=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #449F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F7A is #BB6085. Grayscale: #7F7F7F. Windows color (decimal): -12279942 or 8036164. OLE color: 8036164.

HSL color Cylindrical-coordinate representation of color #449F7A: hue angle of 155.6º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F7A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 122 -
CMYK 0.57 0 0.23 0.38
HSL 155.6º 0.4% 0.45% -
HSV(B) 155.6º 0.57% 0.62% -
XYZ 18.29 27.43 22.74 -
YUV 127.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 68 159 122 0.57 0 0.23 0.38 155.6 0.4 0.45
Hex 44 9F 7A 39 0 17 26 9C 28 2D
Octal 104 237 172 71 0 27 46 234 50 55
Binary 1000100 10011111 1111010 111001 0 10111 100110 10011100 101000 101101

Color Harmonies of #449F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F7A

Black with #449F7A

Text Example


Text Example

White with #449F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,122); }

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

background-color css

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

 a { background-color: rgb(68,159,122); }

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

border-color css

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

 span { border-color: rgb(68,159,122); }

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