Html Css Color HEX #42B885 Medium Sea Green

📋 copy color: '#42B885'

red 66 ◦ green 184 ◦ blue 133

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

Shades of Medium Sea Green #42B885

Tints of Medium Sea Green #42B885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 17.23%
G = 48.04%
B = 34.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#42B885 (or 0x42B885) is known color: Medium Sea Green. HEX triplet: 42, B8 and 85. RGB value is (66,184,133). Sum of RGB (Red+Green+Blue) = 66+184+133=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #42B885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B885 is #BD477A. Grayscale: #8E8E8E. Windows color (decimal): -12404603 or 8763458. OLE color: 8763458.

HSL color Cylindrical-coordinate representation of color #42B885: hue angle of 154.07º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B885 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 133 -
CMYK 0.64 0 0.28 0.28
HSL 154.07º 0.47% 0.49% -
HSV(B) 154.07º 0.64% 0.72% -
XYZ 23.62 37.13 28.11 -
YUV 142.9 122.41 73.15 -
System Red Green Blue C M Y K H S L
Decimal 66 184 133 0.64 0 0.28 0.28 154.07 0.47 0.49
Hex 42 B8 85 40 0 1C 1C 9A 2F 31
Octal 102 270 205 100 0 34 34 232 57 61
Binary 1000010 10111000 10000101 1000000 0 11100 11100 10011010 101111 110001

Color Harmonies of #42B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B885

Black with #42B885

Text Example


Text Example

White with #42B885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,184,133); }

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

background-color css

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

 a { background-color: rgb(66,184,133); }

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

border-color css

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

 span { border-color: rgb(66,184,133); }

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