Html Css Color HEX #4CAC8A Gossamer

📋 copy color: '#4CAC8A'

red 76 ◦ green 172 ◦ blue 138

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

Shades of Gossamer #4CAC8A

Tints of Gossamer #4CAC8A

RGB

 RED value IS 76 (30.08% from 255) = 19.69%

 GREEN value IS 172 (67.58% from 255) = 44.56%

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

R = 19.69%
G = 44.56%
B = 35.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#4CAC8A (or 0x4CAC8A) is known color: Gossamer. HEX triplet: 4C, AC and 8A. RGB value is (76,172,138). Sum of RGB (Red+Green+Blue) = 76+172+138=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAC8A is #B35375. Grayscale: #8B8B8B. Windows color (decimal): -11752310 or 9088076. OLE color: 9088076.

HSL color Cylindrical-coordinate representation of color #4CAC8A: hue angle of 158.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC8A is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 172 138 -
CMYK 0.56 0 0.20 0.33
HSL 158.75º 0.39% 0.49% -
HSV(B) 158.75º 0.56% 0.67% -
XYZ 22.32 32.88 29.21 -
YUV 139.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 76 172 138 0.56 0 0.20 0.33 158.75 0.39 0.49
Hex 4C AC 8A 38 0 14 21 9F 27 31
Octal 114 254 212 70 0 24 41 237 47 61
Binary 1001100 10101100 10001010 111000 0 10100 100001 10011111 100111 110001

Color Harmonies of #4CAC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC8A

Black with #4CAC8A

Text Example


Text Example

White with #4CAC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CAC8A; }

 p { color: rgb(76,172,138); }

 H1.HeaderClassName
 {
   color: #4CAC8A;
 }
 .AnyTagClassName
 {
   color: #4CAC8A;
 }
</style>

background-color css

<style>
 a { background-color: #4CAC8A; }

 a { background-color: rgb(76,172,138); }

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

border-color css

<style>
 span { border-color: #4CAC8A; }

 span { border-color: rgb(76,172,138); }

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