Html Css Color HEX #429C74 Ocean Green

📋 copy color: '#429C74'

red 66 ◦ green 156 ◦ blue 116

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

Shades of Ocean Green #429C74

Tints of Ocean Green #429C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.15%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 19.53%
G = 46.15%
B = 34.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#429C74 (or 0x429C74) is known color: Ocean Green. HEX triplet: 42, 9C and 74. RGB value is (66,156,116). Sum of RGB (Red+Green+Blue) = 66+156+116=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #429C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C74 is #BD638B. Grayscale: #7C7C7C. Windows color (decimal): -12411788 or 7642178. OLE color: 7642178.

HSL color Cylindrical-coordinate representation of color #429C74: hue angle of 153.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 #429C74 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 156 116 -
CMYK 0.58 0 0.26 0.39
HSL 153.33º 0.41% 0.44% -
HSV(B) 153.33º 0.58% 0.61% -
XYZ 17.29 26.2 20.67 -
YUV 124.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 66 156 116 0.58 0 0.26 0.39 153.33 0.41 0.44
Hex 42 9C 74 3A 0 1A 27 99 29 2C
Octal 102 234 164 72 0 32 47 231 51 54
Binary 1000010 10011100 1110100 111010 0 11010 100111 10011001 101001 101100

Color Harmonies of #429C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C74

Black with #429C74

Text Example


Text Example

White with #429C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,156,116); }

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

background-color css

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

 a { background-color: rgb(66,156,116); }

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

border-color css

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

 span { border-color: rgb(66,156,116); }

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