Html Css Color HEX #42A46E Ocean Green

📋 copy color: '#42A46E'

red 66 ◦ green 164 ◦ blue 110

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

Shades of Ocean Green #42A46E

Tints of Ocean Green #42A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.24%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 19.41%
G = 48.24%
B = 32.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#42A46E (or 0x42A46E) is known color: Ocean Green. HEX triplet: 42, A4 and 6E. RGB value is (66,164,110). Sum of RGB (Red+Green+Blue) = 66+164+110=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #42A46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A46E is #BD5B91. Grayscale: #808080. Windows color (decimal): -12409746 or 7251010. OLE color: 7251010.

HSL color Cylindrical-coordinate representation of color #42A46E: hue angle of 146.94º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A46E is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 110 -
CMYK 0.60 0 0.33 0.36
HSL 146.94º 0.43% 0.45% -
HSV(B) 146.94º 0.6% 0.64% -
XYZ 18.34 28.83 19.35 -
YUV 128.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 66 164 110 0.60 0 0.33 0.36 146.94 0.43 0.45
Hex 42 A4 6E 3C 0 21 24 93 2B 2D
Octal 102 244 156 74 0 41 44 223 53 55
Binary 1000010 10100100 1101110 111100 0 100001 100100 10010011 101011 101101

Color Harmonies of #42A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A46E

Black with #42A46E

Text Example


Text Example

White with #42A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A46E; }

 p { color: rgb(66,164,110); }

 H1.HeaderClassName
 {
   color: #42A46E;
 }
 .AnyTagClassName
 {
   color: #42A46E;
 }
</style>

background-color css

<style>
 a { background-color: #42A46E; }

 a { background-color: rgb(66,164,110); }

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

border-color css

<style>
 span { border-color: #42A46E; }

 span { border-color: rgb(66,164,110); }

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