#429A6F

Color #429A6F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #429A6F

Tints of Ocean Green #429A6F

Color information

#429A6F (or 0x429A6F) is unknown color: approx Ocean Green. HEX triplet: 42, 9A and 6F. RGB value is (66,154,111). Sum of RGB (Red+Green+Blue) = 66+154+111=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #429A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A6F is #BD6590. Grayscale: #7A7A7A. Windows color (decimal): -12412305 or 7313986. OLE color: 7313986.

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

Color convert

RGB66154111-
CMYK0.5700.280.40
HSL150.68º40%43.14%-
HSV(B)150.68º57.14%60.39%-
XYZ16.6725.4219.07-
YUV122.79121.3587.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=19.94%
G=46.53%
B=33.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661541110.5700.280.40150.684043.14
Hex429A6F3901C2897282b
Octal10223215771034502275053
Binary100001010011010110111111100101110010100010010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #429A6F;
 }
 .AnyTagClassName
 {
   color: #429A6F;
 }
</style>
background-color css

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

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

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

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

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

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