Html Css Color HEX #38A28A Gossamer

📋 copy color: '#38A28A'

red 56 ◦ green 162 ◦ blue 138

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

Shades of Gossamer #38A28A

Tints of Gossamer #38A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 15.73%
G = 45.51%
B = 38.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#38A28A (or 0x38A28A) is known color: Gossamer. HEX triplet: 38, A2 and 8A. RGB value is (56,162,138). Sum of RGB (Red+Green+Blue) = 56+162+138=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #38A28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A28A is #C75D75. Grayscale: #7F7F7F. Windows color (decimal): -13065590 or 9085496. OLE color: 9085496.

HSL color Cylindrical-coordinate representation of color #38A28A: hue angle of 166.42º 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 #38A28A is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 138 -
CMYK 0.65 0 0.15 0.36
HSL 166.42º 0.49% 0.43% -
HSV(B) 166.42º 0.65% 0.64% -
XYZ 19.14 28.52 28.54 -
YUV 127.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 56 162 138 0.65 0 0.15 0.36 166.42 0.49 0.43
Hex 38 A2 8A 41 0 F 24 A6 31 2B
Octal 70 242 212 101 0 17 44 246 61 53
Binary 111000 10100010 10001010 1000001 0 1111 100100 10100110 110001 101011

Color Harmonies of #38A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A28A

Black with #38A28A

Text Example


Text Example

White with #38A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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