Html Css Color HEX #3CBBA5 Shamrock

📋 copy color: '#3CBBA5'

red 60 ◦ green 187 ◦ blue 165

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

Shades of Shamrock #3CBBA5

Tints of Shamrock #3CBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

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

R = 14.56%
G = 45.39%
B = 40.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#3CBBA5 (or 0x3CBBA5) is known color: Shamrock. HEX triplet: 3C, BB and A5. RGB value is (60,187,165). Sum of RGB (Red+Green+Blue) = 60+187+165=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBBA5 is #C3445A. Grayscale: #929292. Windows color (decimal): -12797019 or 10861372. OLE color: 10861372.

HSL color Cylindrical-coordinate representation of color #3CBBA5: hue angle of 169.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBBA5 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 165 -
CMYK 0.68 0 0.12 0.27
HSL 169.61º 0.51% 0.48% -
HSV(B) 169.61º 0.68% 0.73% -
XYZ 26.43 39.22 41.77 -
YUV 146.52 138.42 66.29 -
System Red Green Blue C M Y K H S L
Decimal 60 187 165 0.68 0 0.12 0.27 169.61 0.51 0.48
Hex 3C BB A5 44 0 C 1B AA 33 30
Octal 74 273 245 104 0 14 33 252 63 60
Binary 111100 10111011 10100101 1000100 0 1100 11011 10101010 110011 110000

Color Harmonies of #3CBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBBA5

Black with #3CBBA5

Text Example


Text Example

White with #3CBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,187,165); }

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

background-color css

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

 a { background-color: rgb(60,187,165); }

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

border-color css

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

 span { border-color: rgb(60,187,165); }

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