Html Css Color HEX #3CEFA5 Shamrock

📋 copy color: '#3CEFA5'

red 60 ◦ green 239 ◦ blue 165

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

Shades of Shamrock #3CEFA5

Tints of Shamrock #3CEFA5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.51%

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

R = 12.93%
G = 51.51%
B = 35.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#3CEFA5 (or 0x3CEFA5) is known color: Shamrock. HEX triplet: 3C, EF and A5. RGB value is (60,239,165). Sum of RGB (Red+Green+Blue) = 60+239+165=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEFA5 is #C3105A. Grayscale: #B1B1B1. Windows color (decimal): -12783707 or 10874684. OLE color: 10874684.

HSL color Cylindrical-coordinate representation of color #3CEFA5: hue angle of 155.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFA5 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 165 -
CMYK 0.75 0 0.31 0.06
HSL 155.2º 0.85% 0.59% -
HSV(B) 155.2º 0.75% 0.94% -
XYZ 39.52 65.41 46.14 -
YUV 177.04 121.2 44.52 -
System Red Green Blue C M Y K H S L
Decimal 60 239 165 0.75 0 0.31 0.06 155.2 0.85 0.59
Hex 3C EF A5 4B 0 1F 6 9B 55 3B
Octal 74 357 245 113 0 37 6 233 125 73
Binary 111100 11101111 10100101 1001011 0 11111 110 10011011 1010101 111011

Color Harmonies of #3CEFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEFA5

Black with #3CEFA5

Text Example


Text Example

White with #3CEFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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