Html Css Color HEX #38A68D Gossamer

📋 copy color: '#38A68D'

red 56 ◦ green 166 ◦ blue 141

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

Shades of Gossamer #38A68D

Tints of Gossamer #38A68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.73%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 15.43%
G = 45.73%
B = 38.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#38A68D (or 0x38A68D) is known color: Gossamer. HEX triplet: 38, A6 and 8D. RGB value is (56,166,141). Sum of RGB (Red+Green+Blue) = 56+166+141=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #38A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A68D is #C75972. Grayscale: #828282. Windows color (decimal): -13064563 or 9283128. OLE color: 9283128.

HSL color Cylindrical-coordinate representation of color #38A68D: hue angle of 166.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A68D is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 141 -
CMYK 0.66 0 0.15 0.35
HSL 166.36º 0.5% 0.44% -
HSV(B) 166.36º 0.66% 0.65% -
XYZ 20.07 30.04 29.94 -
YUV 130.26 134.06 75.03 -
System Red Green Blue C M Y K H S L
Decimal 56 166 141 0.66 0 0.15 0.35 166.36 0.5 0.44
Hex 38 A6 8D 42 0 F 23 A6 32 2C
Octal 70 246 215 102 0 17 43 246 62 54
Binary 111000 10100110 10001101 1000010 0 1111 100011 10100110 110010 101100

Color Harmonies of #38A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A68D

Black with #38A68D

Text Example


Text Example

White with #38A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,166,141); }

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

background-color css

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

 a { background-color: rgb(56,166,141); }

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

border-color css

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

 span { border-color: rgb(56,166,141); }

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