Html Css Color HEX #3CA28A Gossamer

📋 copy color: '#3CA28A'

red 60 ◦ green 162 ◦ blue 138

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

Shades of Gossamer #3CA28A

Tints of Gossamer #3CA28A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 16.67%
G = 45%
B = 38.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#3CA28A (or 0x3CA28A) is known color: Gossamer. HEX triplet: 3C, A2 and 8A. RGB value is (60,162,138). Sum of RGB (Red+Green+Blue) = 60+162+138=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA28A is #C35D75. Grayscale: #808080. Windows color (decimal): -12803446 or 9085500. OLE color: 9085500.

HSL color Cylindrical-coordinate representation of color #3CA28A: hue angle of 165.88º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA28A is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 138 -
CMYK 0.63 0 0.15 0.36
HSL 165.88º 0.46% 0.44% -
HSV(B) 165.88º 0.63% 0.64% -
XYZ 19.37 28.64 28.55 -
YUV 128.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 60 162 138 0.63 0 0.15 0.36 165.88 0.46 0.44
Hex 3C A2 8A 3F 0 F 24 A6 2E 2C
Octal 74 242 212 77 0 17 44 246 56 54
Binary 111100 10100010 10001010 111111 0 1111 100100 10100110 101110 101100

Color Harmonies of #3CA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA28A

Black with #3CA28A

Text Example


Text Example

White with #3CA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,138); }

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

background-color css

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

 a { background-color: rgb(60,162,138); }

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

border-color css

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

 span { border-color: rgb(60,162,138); }

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