Html Css Color HEX #38A48C Gossamer

📋 copy color: '#38A48C'

red 56 ◦ green 164 ◦ blue 140

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

Shades of Gossamer #38A48C

Tints of Gossamer #38A48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 15.56%
G = 45.56%
B = 38.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#38A48C (or 0x38A48C) is known color: Gossamer. HEX triplet: 38, A4 and 8C. RGB value is (56,164,140). Sum of RGB (Red+Green+Blue) = 56+164+140=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #38A48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A48C is #C75B73. Grayscale: #808080. Windows color (decimal): -13065076 or 9217080. OLE color: 9217080.

HSL color Cylindrical-coordinate representation of color #38A48C: hue angle of 166.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A48C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 164 140 -
CMYK 0.66 0 0.15 0.36
HSL 166.67º 0.49% 0.43% -
HSV(B) 166.67º 0.66% 0.64% -
XYZ 19.64 29.29 29.43 -
YUV 128.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 56 164 140 0.66 0 0.15 0.36 166.67 0.49 0.43
Hex 38 A4 8C 42 0 F 24 A7 31 2B
Octal 70 244 214 102 0 17 44 247 61 53
Binary 111000 10100100 10001100 1000010 0 1111 100100 10100111 110001 101011

Color Harmonies of #38A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A48C

Black with #38A48C

Text Example


Text Example

White with #38A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,164,140); }

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

background-color css

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

 a { background-color: rgb(56,164,140); }

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

border-color css

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

 span { border-color: rgb(56,164,140); }

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