Html Css Color HEX #429B6D Ocean Green

📋 copy color: '#429B6D'

red 66 ◦ green 155 ◦ blue 109

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

Shades of Ocean Green #429B6D

Tints of Ocean Green #429B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 20%
G = 46.97%
B = 33.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#429B6D (or 0x429B6D) is known color: Ocean Green. HEX triplet: 42, 9B and 6D. RGB value is (66,155,109). Sum of RGB (Red+Green+Blue) = 66+155+109=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #429B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B6D is #BD6492. Grayscale: #7B7B7B. Windows color (decimal): -12412051 or 7183170. OLE color: 7183170.

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

Color convert

RGB 66 155 109 -
CMYK 0.57 0 0.30 0.39
HSL 148.99º 0.4% 0.43% -
HSV(B) 148.99º 0.57% 0.61% -
XYZ 16.73 25.71 18.55 -
YUV 123.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 66 155 109 0.57 0 0.30 0.39 148.99 0.4 0.43
Hex 42 9B 6D 39 0 1E 27 95 28 2B
Octal 102 233 155 71 0 36 47 225 50 53
Binary 1000010 10011011 1101101 111001 0 11110 100111 10010101 101000 101011

Color Harmonies of #429B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B6D

Black with #429B6D

Text Example


Text Example

White with #429B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,155,109); }

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

background-color css

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

 a { background-color: rgb(66,155,109); }

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

border-color css

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

 span { border-color: rgb(66,155,109); }

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