Html Css Color HEX #3BC895 Shamrock

📋 copy color: '#3BC895'

red 59 ◦ green 200 ◦ blue 149

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

Shades of Shamrock #3BC895

Tints of Shamrock #3BC895

RGB

 RED value IS 59 (23.44% from 255) = 14.46%

 GREEN value IS 200 (78.52% from 255) = 49.02%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 14.46%
G = 49.02%
B = 36.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#3BC895 (or 0x3BC895) is known color: Shamrock. HEX triplet: 3B, C8 and 95. RGB value is (59,200,149). Sum of RGB (Red+Green+Blue) = 59+200+149=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC895 is #C4376A. Grayscale: #989898. Windows color (decimal): -12859243 or 9816123. OLE color: 9816123.

HSL color Cylindrical-coordinate representation of color #3BC895: hue angle of 158.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC895 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 200 149 -
CMYK 0.70 0 0.26 0.22
HSL 158.3º 0.56% 0.51% -
HSV(B) 158.3º 0.71% 0.78% -
XYZ 27.88 44.41 35.54 -
YUV 152.03 126.29 61.65 -
System Red Green Blue C M Y K H S L
Decimal 59 200 149 0.70 0 0.26 0.22 158.3 0.56 0.51
Hex 3B C8 95 46 0 1A 16 9E 38 33
Octal 73 310 225 106 0 32 26 236 70 63
Binary 111011 11001000 10010101 1000110 0 11010 10110 10011110 111000 110011

Color Harmonies of #3BC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC895

Black with #3BC895

Text Example


Text Example

White with #3BC895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC895; }

 p { color: rgb(59,200,149); }

 H1.HeaderClassName
 {
   color: #3BC895;
 }
 .AnyTagClassName
 {
   color: #3BC895;
 }
</style>

background-color css

<style>
 a { background-color: #3BC895; }

 a { background-color: rgb(59,200,149); }

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

border-color css

<style>
 span { border-color: #3BC895; }

 span { border-color: rgb(59,200,149); }

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