Html Css Color HEX #38A697 Gossamer

📋 copy color: '#38A697'

red 56 ◦ green 166 ◦ blue 151

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

Shades of Gossamer #38A697

Tints of Gossamer #38A697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 15.01%
G = 44.5%
B = 40.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#38A697 (or 0x38A697) is known color: Gossamer. HEX triplet: 38, A6 and 97. RGB value is (56,166,151). Sum of RGB (Red+Green+Blue) = 56+166+151=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #38A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A697 is #C75968. Grayscale: #838383. Windows color (decimal): -13064553 or 9938488. OLE color: 9938488.

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

Color convert

RGB 56 166 151 -
CMYK 0.66 0 0.09 0.35
HSL 171.82º 0.5% 0.44% -
HSV(B) 171.82º 0.66% 0.65% -
XYZ 20.85 30.35 34.04 -
YUV 131.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 56 166 151 0.66 0 0.09 0.35 171.82 0.5 0.44
Hex 38 A6 97 42 0 9 23 AC 32 2C
Octal 70 246 227 102 0 11 43 254 62 54
Binary 111000 10100110 10010111 1000010 0 1001 100011 10101100 110010 101100

Color Harmonies of #38A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A697

Black with #38A697

Text Example


Text Example

White with #38A697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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