Html Css Color HEX #3CCF9F Shamrock

📋 copy color: '#3CCF9F'

red 60 ◦ green 207 ◦ blue 159

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

Shades of Shamrock #3CCF9F

Tints of Shamrock #3CCF9F

RGB

 RED value IS 60 (23.83% from 255) = 14.08%

 GREEN value IS 207 (81.25% from 255) = 48.59%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 14.08%
G = 48.59%
B = 37.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#3CCF9F (or 0x3CCF9F) is known color: Shamrock. HEX triplet: 3C, CF and 9F. RGB value is (60,207,159). Sum of RGB (Red+Green+Blue) = 60+207+159=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCF9F is #C33060. Grayscale: #9D9D9D. Windows color (decimal): -12791905 or 10473276. OLE color: 10473276.

HSL color Cylindrical-coordinate representation of color #3CCF9F: hue angle of 160.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF9F is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 159 -
CMYK 0.71 0 0.23 0.19
HSL 160.41º 0.6% 0.52% -
HSV(B) 160.41º 0.71% 0.81% -
XYZ 30.43 48.09 40.48 -
YUV 157.58 128.8 58.4 -
System Red Green Blue C M Y K H S L
Decimal 60 207 159 0.71 0 0.23 0.19 160.41 0.6 0.52
Hex 3C CF 9F 47 0 17 13 A0 3C 34
Octal 74 317 237 107 0 27 23 240 74 64
Binary 111100 11001111 10011111 1000111 0 10111 10011 10100000 111100 110100

Color Harmonies of #3CCF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF9F

Black with #3CCF9F

Text Example


Text Example

White with #3CCF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,159); }

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

background-color css

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

 a { background-color: rgb(60,207,159); }

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

border-color css

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

 span { border-color: rgb(60,207,159); }

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