#429C6B

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

Shades of Ocean Green #429C6B

Tints of Ocean Green #429C6B

Color information

#429C6B (or 0x429C6B) is unknown color: approx Ocean Green. HEX triplet: 42, 9C and 6B. RGB value is (66,156,107). Sum of RGB (Red+Green+Blue) = 66+156+107=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #429C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C6B is #BD6394. Grayscale: #7B7B7B. Windows color (decimal): -12411797 or 7052354. OLE color: 7052354.

HSL color Cylindrical-coordinate representation of color #429C6B: hue angle of 147.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C6B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB66156107-
CMYK0.5800.310.39
HSL147.33º40.54%43.53%-
HSV(B)147.33º57.69%61.18%-
XYZ16.792618.04-
YUV123.5118.6886.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=20.06%
G=47.42%
B=32.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561070.5800.310.39147.3340.5443.53
Hex429C6B3A01F2793292c
Octal10223415372037472235154
Binary100001010011100110101111101001111110011110010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,156,107); }

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

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

 a { background-color: rgb(66,156,107); }

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

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

 span { border-color: rgb(66,156,107); }

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