Html Css Color HEX #429C6C Ocean Green

📋 copy color: '#429C6C'

red 66 ◦ green 156 ◦ blue 108

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

Shades of Ocean Green #429C6C

Tints of Ocean Green #429C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 20%
G = 47.27%
B = 32.73%

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

#429C6C (or 0x429C6C) is known color: Ocean Green. HEX triplet: 42, 9C and 6C. RGB value is (66,156,108). Sum of RGB (Red+Green+Blue) = 66+156+108=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #429C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C6C is #BD6393. Grayscale: #7B7B7B. Windows color (decimal): -12411796 or 7117890. OLE color: 7117890.

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

Color convert

RGB 66 156 108 -
CMYK 0.58 0 0.31 0.39
HSL 148º 0.41% 0.44% -
HSV(B) 148º 0.58% 0.61% -
XYZ 16.84 26.02 18.32 -
YUV 123.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 66 156 108 0.58 0 0.31 0.39 148 0.41 0.44
Hex 42 9C 6C 3A 0 1F 27 94 29 2C
Octal 102 234 154 72 0 37 47 224 51 54
Binary 1000010 10011100 1101100 111010 0 11111 100111 10010100 101001 101100

Color Harmonies of #429C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C6C

Black with #429C6C

Text Example


Text Example

White with #429C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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