Html Css Color HEX #449A6B Ocean Green

📋 copy color: '#449A6B'

red 68 ◦ green 154 ◦ blue 107

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

Shades of Ocean Green #449A6B

Tints of Ocean Green #449A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 20.67%
G = 46.81%
B = 32.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#449A6B (or 0x449A6B) is known color: Ocean Green. HEX triplet: 44, 9A and 6B. RGB value is (68,154,107). Sum of RGB (Red+Green+Blue) = 68+154+107=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #449A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A6B is #BB6594. Grayscale: #7B7B7B. Windows color (decimal): -12281237 or 7051844. OLE color: 7051844.

HSL color Cylindrical-coordinate representation of color #449A6B: hue angle of 147.21º 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 #449A6B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 107 -
CMYK 0.56 0 0.31 0.40
HSL 147.21º 0.39% 0.44% -
HSV(B) 147.21º 0.56% 0.6% -
XYZ 16.59 25.4 17.94 -
YUV 122.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 68 154 107 0.56 0 0.31 0.40 147.21 0.39 0.44
Hex 44 9A 6B 38 0 1F 28 93 27 2C
Octal 104 232 153 70 0 37 50 223 47 54
Binary 1000100 10011010 1101011 111000 0 11111 101000 10010011 100111 101100

Color Harmonies of #449A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A6B

Black with #449A6B

Text Example


Text Example

White with #449A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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