Html Css Color HEX #429F6B Ocean Green

📋 copy color: '#429F6B'

red 66 ◦ green 159 ◦ blue 107

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

Shades of Ocean Green #429F6B

Tints of Ocean Green #429F6B

RGB

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

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

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

R = 19.88%
G = 47.89%
B = 32.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#429F6B (or 0x429F6B) is known color: Ocean Green. HEX triplet: 42, 9F and 6B. RGB value is (66,159,107). Sum of RGB (Red+Green+Blue) = 66+159+107=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #429F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F6B is #BD6094. Grayscale: #7D7D7D. Windows color (decimal): -12411029 or 7053122. OLE color: 7053122.

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

Color convert

RGB 66 159 107 -
CMYK 0.58 0 0.33 0.38
HSL 146.45º 0.41% 0.44% -
HSV(B) 146.45º 0.58% 0.62% -
XYZ 17.3 27.02 18.21 -
YUV 125.27 117.69 85.73 -
System Red Green Blue C M Y K H S L
Decimal 66 159 107 0.58 0 0.33 0.38 146.45 0.41 0.44
Hex 42 9F 6B 3A 0 21 26 92 29 2C
Octal 102 237 153 72 0 41 46 222 51 54
Binary 1000010 10011111 1101011 111010 0 100001 100110 10010010 101001 101100

Color Harmonies of #429F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F6B

Black with #429F6B

Text Example


Text Example

White with #429F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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