Html Css Color HEX #3BC9A5 Shamrock

📋 copy color: '#3BC9A5'

red 59 ◦ green 201 ◦ blue 165

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

Shades of Shamrock #3BC9A5

Tints of Shamrock #3BC9A5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.29%

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 13.88%
G = 47.29%
B = 38.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#3BC9A5 (or 0x3BC9A5) is known color: Shamrock. HEX triplet: 3B, C9 and A5. RGB value is (59,201,165). Sum of RGB (Red+Green+Blue) = 59+201+165=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC9A5 is #C4365A. Grayscale: #9A9A9A. Windows color (decimal): -12858971 or 10864955. OLE color: 10864955.

HSL color Cylindrical-coordinate representation of color #3BC9A5: hue angle of 164.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC9A5 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 201 165 -
CMYK 0.71 0 0.18 0.21
HSL 164.79º 0.57% 0.51% -
HSV(B) 164.79º 0.71% 0.79% -
XYZ 29.48 45.42 42.81 -
YUV 154.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 59 201 165 0.71 0 0.18 0.21 164.79 0.57 0.51
Hex 3B C9 A5 47 0 12 15 A5 39 33
Octal 73 311 245 107 0 22 25 245 71 63
Binary 111011 11001001 10100101 1000111 0 10010 10101 10100101 111001 110011

Color Harmonies of #3BC9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC9A5

Black with #3BC9A5

Text Example


Text Example

White with #3BC9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,201,165); }

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

background-color css

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

 a { background-color: rgb(59,201,165); }

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

border-color css

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

 span { border-color: rgb(59,201,165); }

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