Html Css Color HEX #3ACCB0 Shamrock

📋 copy color: '#3ACCB0'

red 58 ◦ green 204 ◦ blue 176

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

Shades of Shamrock #3ACCB0

Tints of Shamrock #3ACCB0

RGB

 RED value IS 58 (23.05% from 255) = 13.24%

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

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

R = 13.24%
G = 46.58%
B = 40.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#3ACCB0 (or 0x3ACCB0) is known color: Shamrock. HEX triplet: 3A, CC and B0. RGB value is (58,204,176). Sum of RGB (Red+Green+Blue) = 58+204+176=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACCB0 is #C5334F. Grayscale: #9D9D9D. Windows color (decimal): -12923728 or 11586618. OLE color: 11586618.

HSL color Cylindrical-coordinate representation of color #3ACCB0: hue angle of 168.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACCB0 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 204 176 -
CMYK 0.72 0 0.14 0.2
HSL 168.49º 0.59% 0.51% -
HSV(B) 168.49º 0.72% 0.8% -
XYZ 31.17 47.22 48.55 -
YUV 157.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 58 204 176 0.72 0 0.14 0.2 168.49 0.59 0.51
Hex 3A CC B0 48 0 E 14 A8 3B 33
Octal 72 314 260 110 0 16 24 250 73 63
Binary 111010 11001100 10110000 1001000 0 1110 10100 10101000 111011 110011

Color Harmonies of #3ACCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCB0

Black with #3ACCB0

Text Example


Text Example

White with #3ACCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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