Html Css Color HEX #429F6C Ocean Green

📋 copy color: '#429F6C'

red 66 ◦ green 159 ◦ blue 108

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

Shades of Ocean Green #429F6C

Tints of Ocean Green #429F6C

RGB

 RED value IS 66 (26.17% from 255) = 19.82%

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 19.82%
G = 47.75%
B = 32.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#429F6C (or 0x429F6C) is known color: Ocean Green. HEX triplet: 42, 9F and 6C. RGB value is (66,159,108). Sum of RGB (Red+Green+Blue) = 66+159+108=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #429F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F6C is #BD6093. Grayscale: #7D7D7D. Windows color (decimal): -12411028 or 7118658. OLE color: 7118658.

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

Color convert

RGB 66 159 108 -
CMYK 0.58 0 0.32 0.38
HSL 147.1º 0.41% 0.44% -
HSV(B) 147.1º 0.58% 0.62% -
XYZ 17.35 27.04 18.49 -
YUV 125.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 66 159 108 0.58 0 0.32 0.38 147.1 0.41 0.44
Hex 42 9F 6C 3A 0 20 26 93 29 2C
Octal 102 237 154 72 0 40 46 223 51 54
Binary 1000010 10011111 1101100 111010 0 100000 100110 10010011 101001 101100

Color Harmonies of #429F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F6C

Black with #429F6C

Text Example


Text Example

White with #429F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,108); }

 H1.HeaderClassName
 {
   color: #429F6C;
 }
 .AnyTagClassName
 {
   color: #429F6C;
 }
</style>

background-color css

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

 a { background-color: rgb(66,159,108); }

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

border-color css

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

 span { border-color: rgb(66,159,108); }

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