Html Css Color HEX #38AB8C Gossamer

📋 copy color: '#38AB8C'

red 56 ◦ green 171 ◦ blue 140

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

Shades of Gossamer #38AB8C

Tints of Gossamer #38AB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.59%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 15.26%
G = 46.59%
B = 38.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#38AB8C (or 0x38AB8C) is known color: Gossamer. HEX triplet: 38, AB and 8C. RGB value is (56,171,140). Sum of RGB (Red+Green+Blue) = 56+171+140=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB8C is #C75473. Grayscale: #858585. Windows color (decimal): -13063284 or 9218872. OLE color: 9218872.

HSL color Cylindrical-coordinate representation of color #38AB8C: hue angle of 163.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB8C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 140 -
CMYK 0.67 0 0.18 0.33
HSL 163.83º 0.51% 0.45% -
HSV(B) 163.83º 0.67% 0.67% -
XYZ 20.93 31.86 29.86 -
YUV 133.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 56 171 140 0.67 0 0.18 0.33 163.83 0.51 0.45
Hex 38 AB 8C 43 0 12 21 A4 33 2D
Octal 70 253 214 103 0 22 41 244 63 55
Binary 111000 10101011 10001100 1000011 0 10010 100001 10100100 110011 101101

Color Harmonies of #38AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB8C

Black with #38AB8C

Text Example


Text Example

White with #38AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,171,140); }

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

background-color css

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

 a { background-color: rgb(56,171,140); }

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

border-color css

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

 span { border-color: rgb(56,171,140); }

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