Html Css Color HEX #38A690 Gossamer

📋 copy color: '#38A690'

red 56 ◦ green 166 ◦ blue 144

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

Shades of Gossamer #38A690

Tints of Gossamer #38A690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 15.3%
G = 45.36%
B = 39.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#38A690 (or 0x38A690) is known color: Gossamer. HEX triplet: 38, A6 and 90. RGB value is (56,166,144). Sum of RGB (Red+Green+Blue) = 56+166+144=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #38A690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A690 is #C7596F. Grayscale: #828282. Windows color (decimal): -13064560 or 9479736. OLE color: 9479736.

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

Color convert

RGB 56 166 144 -
CMYK 0.66 0 0.13 0.35
HSL 168º 0.5% 0.44% -
HSV(B) 168º 0.66% 0.65% -
XYZ 20.3 30.13 31.13 -
YUV 130.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 56 166 144 0.66 0 0.13 0.35 168 0.5 0.44
Hex 38 A6 90 42 0 D 23 A8 32 2C
Octal 70 246 220 102 0 15 43 250 62 54
Binary 111000 10100110 10010000 1000010 0 1101 100011 10101000 110010 101100

Color Harmonies of #38A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A690

Black with #38A690

Text Example


Text Example

White with #38A690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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