Html Css Color HEX #38A68E Gossamer

📋 copy color: '#38A68E'

red 56 ◦ green 166 ◦ blue 142

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

Shades of Gossamer #38A68E

Tints of Gossamer #38A68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 15.38%
G = 45.6%
B = 39.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#38A68E (or 0x38A68E) is known color: Gossamer. HEX triplet: 38, A6 and 8E. RGB value is (56,166,142). Sum of RGB (Red+Green+Blue) = 56+166+142=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #38A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A68E is #C75971. Grayscale: #828282. Windows color (decimal): -13064562 or 9348664. OLE color: 9348664.

HSL color Cylindrical-coordinate representation of color #38A68E: hue angle of 166.91º 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 #38A68E is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 142 -
CMYK 0.66 0 0.14 0.35
HSL 166.91º 0.5% 0.44% -
HSV(B) 166.91º 0.66% 0.65% -
XYZ 20.15 30.07 30.33 -
YUV 130.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 56 166 142 0.66 0 0.14 0.35 166.91 0.5 0.44
Hex 38 A6 8E 42 0 E 23 A7 32 2C
Octal 70 246 216 102 0 16 43 247 62 54
Binary 111000 10100110 10001110 1000010 0 1110 100011 10100111 110010 101100

Color Harmonies of #38A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A68E

Black with #38A68E

Text Example


Text Example

White with #38A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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