Html Css Color HEX #3FCCB0 Shamrock

📋 copy color: '#3FCCB0'

red 63 ◦ green 204 ◦ blue 176

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

Shades of Shamrock #3FCCB0

Tints of Shamrock #3FCCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 14.22%
G = 46.05%
B = 39.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#3FCCB0 (or 0x3FCCB0) is known color: Shamrock. HEX triplet: 3F, CC and B0. RGB value is (63,204,176). Sum of RGB (Red+Green+Blue) = 63+204+176=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCCB0 is #C0334F. Grayscale: #9E9E9E. Windows color (decimal): -12596048 or 11586623. OLE color: 11586623.

HSL color Cylindrical-coordinate representation of color #3FCCB0: hue angle of 168.09º 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 #3FCCB0 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 176 -
CMYK 0.69 0 0.14 0.2
HSL 168.09º 0.58% 0.52% -
HSV(B) 168.09º 0.69% 0.8% -
XYZ 31.48 47.38 48.56 -
YUV 158.65 137.79 59.78 -
System Red Green Blue C M Y K H S L
Decimal 63 204 176 0.69 0 0.14 0.2 168.09 0.58 0.52
Hex 3F CC B0 45 0 E 14 A8 3A 34
Octal 77 314 260 105 0 16 24 250 72 64
Binary 111111 11001100 10110000 1000101 0 1110 10100 10101000 111010 110100

Color Harmonies of #3FCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCB0

Black with #3FCCB0

Text Example


Text Example

White with #3FCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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