Html Css Color HEX #3CA298 Gossamer

📋 copy color: '#3CA298'

red 60 ◦ green 162 ◦ blue 152

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

Shades of Gossamer #3CA298

Tints of Gossamer #3CA298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 16.04%
G = 43.32%
B = 40.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#3CA298 (or 0x3CA298) is known color: Gossamer. HEX triplet: 3C, A2 and 98. RGB value is (60,162,152). Sum of RGB (Red+Green+Blue) = 60+162+152=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA298 is #C35D67. Grayscale: #828282. Windows color (decimal): -12803432 or 10003004. OLE color: 10003004.

HSL color Cylindrical-coordinate representation of color #3CA298: hue angle of 174.12º 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 #3CA298 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 152 -
CMYK 0.63 0 0.06 0.36
HSL 174.12º 0.46% 0.44% -
HSV(B) 174.12º 0.63% 0.64% -
XYZ 20.45 29.07 34.24 -
YUV 130.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 60 162 152 0.63 0 0.06 0.36 174.12 0.46 0.44
Hex 3C A2 98 3F 0 6 24 AE 2E 2C
Octal 74 242 230 77 0 6 44 256 56 54
Binary 111100 10100010 10011000 111111 0 110 100100 10101110 101110 101100

Color Harmonies of #3CA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA298

Black with #3CA298

Text Example


Text Example

White with #3CA298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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