Html Css Color HEX #38AA8A Gossamer

📋 copy color: '#38AA8A'

red 56 ◦ green 170 ◦ blue 138

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

Shades of Gossamer #38AA8A

Tints of Gossamer #38AA8A

RGB

 RED value IS 56 (22.27% from 255) = 15.38%

 GREEN value IS 170 (66.8% from 255) = 46.7%

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

R = 15.38%
G = 46.7%
B = 37.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#38AA8A (or 0x38AA8A) is known color: Gossamer. HEX triplet: 38, AA and 8A. RGB value is (56,170,138). Sum of RGB (Red+Green+Blue) = 56+170+138=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA8A is #C75575. Grayscale: #848484. Windows color (decimal): -13063542 or 9087544. OLE color: 9087544.

HSL color Cylindrical-coordinate representation of color #38AA8A: hue angle of 163.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA8A is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 138 -
CMYK 0.67 0 0.19 0.33
HSL 163.16º 0.5% 0.44% -
HSV(B) 163.16º 0.67% 0.67% -
XYZ 20.59 31.43 29.03 -
YUV 132.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 56 170 138 0.67 0 0.19 0.33 163.16 0.5 0.44
Hex 38 AA 8A 43 0 13 21 A3 32 2C
Octal 70 252 212 103 0 23 41 243 62 54
Binary 111000 10101010 10001010 1000011 0 10011 100001 10100011 110010 101100

Color Harmonies of #38AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA8A

Black with #38AA8A

Text Example


Text Example

White with #38AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AA8A; }

 p { color: rgb(56,170,138); }

 H1.HeaderClassName
 {
   color: #38AA8A;
 }
 .AnyTagClassName
 {
   color: #38AA8A;
 }
</style>

background-color css

<style>
 a { background-color: #38AA8A; }

 a { background-color: rgb(56,170,138); }

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

border-color css

<style>
 span { border-color: #38AA8A; }

 span { border-color: rgb(56,170,138); }

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