Html Css Color HEX #38A08A Gossamer

📋 copy color: '#38A08A'

red 56 ◦ green 160 ◦ blue 138

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

Shades of Gossamer #38A08A

Tints of Gossamer #38A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

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

R = 15.82%
G = 45.2%
B = 38.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#38A08A (or 0x38A08A) is known color: Gossamer. HEX triplet: 38, A0 and 8A. RGB value is (56,160,138). Sum of RGB (Red+Green+Blue) = 56+160+138=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #38A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A08A is #C75F75. Grayscale: #7E7E7E. Windows color (decimal): -13066102 or 9084984. OLE color: 9084984.

HSL color Cylindrical-coordinate representation of color #38A08A: hue angle of 167.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A08A is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 138 -
CMYK 0.65 0 0.14 0.37
HSL 167.31º 0.48% 0.42% -
HSV(B) 167.31º 0.65% 0.63% -
XYZ 18.79 27.82 28.42 -
YUV 126.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 56 160 138 0.65 0 0.14 0.37 167.31 0.48 0.42
Hex 38 A0 8A 41 0 E 25 A7 30 2A
Octal 70 240 212 101 0 16 45 247 60 52
Binary 111000 10100000 10001010 1000001 0 1110 100101 10100111 110000 101010

Color Harmonies of #38A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A08A

Black with #38A08A

Text Example


Text Example

White with #38A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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