Html Css Color HEX #429E6F Ocean Green

📋 copy color: '#429E6F'

red 66 ◦ green 158 ◦ blue 111

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

Shades of Ocean Green #429E6F

Tints of Ocean Green #429E6F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.16%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 19.7%
G = 47.16%
B = 33.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#429E6F (or 0x429E6F) is known color: Ocean Green. HEX triplet: 42, 9E and 6F. RGB value is (66,158,111). Sum of RGB (Red+Green+Blue) = 66+158+111=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #429E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E6F is #BD6190. Grayscale: #7D7D7D. Windows color (decimal): -12411281 or 7315010. OLE color: 7315010.

HSL color Cylindrical-coordinate representation of color #429E6F: hue angle of 149.35º 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 #429E6F is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 158 111 -
CMYK 0.58 0 0.30 0.38
HSL 149.35º 0.41% 0.44% -
HSV(B) 149.35º 0.58% 0.62% -
XYZ 17.34 26.76 19.29 -
YUV 125.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 66 158 111 0.58 0 0.30 0.38 149.35 0.41 0.44
Hex 42 9E 6F 3A 0 1E 26 95 29 2C
Octal 102 236 157 72 0 36 46 225 51 54
Binary 1000010 10011110 1101111 111010 0 11110 100110 10010101 101001 101100

Color Harmonies of #429E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429E6F

Black with #429E6F

Text Example


Text Example

White with #429E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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