Html Css Color HEX #429C6B Ocean Green

📋 copy color: '#429C6B'

red 66 ◦ green 156 ◦ blue 107

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

Shades of Ocean Green #429C6B

Tints of Ocean Green #429C6B

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 value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#429C6B (or 0x429C6B) is known color: 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

RGB 66 156 107 -
CMYK 0.58 0 0.31 0.39
HSL 147.33º 0.41% 0.44% -
HSV(B) 147.33º 0.58% 0.61% -
XYZ 16.79 26 18.04 -
YUV 123.5 118.68 86.98 -
System Red Green Blue C M Y K H S L
Decimal 66 156 107 0.58 0 0.31 0.39 147.33 0.41 0.44
Hex 42 9C 6B 3A 0 1F 27 93 29 2C
Octal 102 234 153 72 0 37 47 223 51 54
Binary 1000010 10011100 1101011 111010 0 11111 100111 10010011 101001 101100

Color Harmonies of #429C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C6B

Black with #429C6B

Text Example


Text Example

White with #429C6B

Text Example


Text Example

HTML Codes & Css Web 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>