Html Css Color HEX #3FCC9A Shamrock

📋 copy color: '#3FCC9A'

red 63 ◦ green 204 ◦ blue 154

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

Shades of Shamrock #3FCC9A

Tints of Shamrock #3FCC9A

RGB

 RED value IS 63 (25% from 255) = 14.96%

 GREEN value IS 204 (80.08% from 255) = 48.46%

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 14.96%
G = 48.46%
B = 36.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#3FCC9A (or 0x3FCC9A) is known color: Shamrock. HEX triplet: 3F, CC and 9A. RGB value is (63,204,154). Sum of RGB (Red+Green+Blue) = 63+204+154=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCC9A is #C03365. Grayscale: #9C9C9C. Windows color (decimal): -12596070 or 10144831. OLE color: 10144831.

HSL color Cylindrical-coordinate representation of color #3FCC9A: hue angle of 158.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCC9A is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 154 -
CMYK 0.69 0 0.25 0.2
HSL 158.72º 0.58% 0.52% -
HSV(B) 158.72º 0.69% 0.8% -
XYZ 29.48 46.58 38.01 -
YUV 156.14 126.79 61.57 -
System Red Green Blue C M Y K H S L
Decimal 63 204 154 0.69 0 0.25 0.2 158.72 0.58 0.52
Hex 3F CC 9A 45 0 19 14 9F 3A 34
Octal 77 314 232 105 0 31 24 237 72 64
Binary 111111 11001100 10011010 1000101 0 11001 10100 10011111 111010 110100

Color Harmonies of #3FCC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC9A

Black with #3FCC9A

Text Example


Text Example

White with #3FCC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,204,154); }

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

background-color css

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

 a { background-color: rgb(63,204,154); }

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

border-color css

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

 span { border-color: rgb(63,204,154); }

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