Html Css Color HEX #43AF8A Gossamer

📋 copy color: '#43AF8A'

red 67 ◦ green 175 ◦ blue 138

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

Shades of Gossamer #43AF8A

Tints of Gossamer #43AF8A

RGB

 RED value IS 67 (26.56% from 255) = 17.63%

 GREEN value IS 175 (68.75% from 255) = 46.05%

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

R = 17.63%
G = 46.05%
B = 36.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#43AF8A (or 0x43AF8A) is known color: Gossamer. HEX triplet: 43, AF and 8A. RGB value is (67,175,138). Sum of RGB (Red+Green+Blue) = 67+175+138=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AF8A is #BC5075. Grayscale: #8A8A8A. Windows color (decimal): -12341366 or 9088835. OLE color: 9088835.

HSL color Cylindrical-coordinate representation of color #43AF8A: hue angle of 159.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43AF8A is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 175 138 -
CMYK 0.62 0 0.21 0.31
HSL 159.44º 0.45% 0.47% -
HSV(B) 159.44º 0.62% 0.69% -
XYZ 22.23 33.69 29.38 -
YUV 138.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 67 175 138 0.62 0 0.21 0.31 159.44 0.45 0.47
Hex 43 AF 8A 3E 0 15 1F 9F 2D 2F
Octal 103 257 212 76 0 25 37 237 55 57
Binary 1000011 10101111 10001010 111110 0 10101 11111 10011111 101101 101111

Color Harmonies of #43AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AF8A

Black with #43AF8A

Text Example


Text Example

White with #43AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43AF8A; }

 p { color: rgb(67,175,138); }

 H1.HeaderClassName
 {
   color: #43AF8A;
 }
 .AnyTagClassName
 {
   color: #43AF8A;
 }
</style>

background-color css

<style>
 a { background-color: #43AF8A; }

 a { background-color: rgb(67,175,138); }

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

border-color css

<style>
 span { border-color: #43AF8A; }

 span { border-color: rgb(67,175,138); }

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