Html Css Color HEX #38A28E Gossamer

📋 copy color: '#38A28E'

red 56 ◦ green 162 ◦ blue 142

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

Shades of Gossamer #38A28E

Tints of Gossamer #38A28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

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

R = 15.56%
G = 45%
B = 39.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#38A28E (or 0x38A28E) is known color: Gossamer. HEX triplet: 38, A2 and 8E. RGB value is (56,162,142). Sum of RGB (Red+Green+Blue) = 56+162+142=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #38A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A28E is #C75D71. Grayscale: #808080. Windows color (decimal): -13065586 or 9347640. OLE color: 9347640.

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

Color convert

RGB 56 162 142 -
CMYK 0.65 0 0.12 0.36
HSL 168.68º 0.49% 0.43% -
HSV(B) 168.68º 0.65% 0.64% -
XYZ 19.43 28.63 30.09 -
YUV 128.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 56 162 142 0.65 0 0.12 0.36 168.68 0.49 0.43
Hex 38 A2 8E 41 0 C 24 A9 31 2B
Octal 70 242 216 101 0 14 44 251 61 53
Binary 111000 10100010 10001110 1000001 0 1100 100100 10101001 110001 101011

Color Harmonies of #38A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A28E

Black with #38A28E

Text Example


Text Example

White with #38A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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