Html Css Color HEX #38AA88 Gossamer

📋 copy color: '#38AA88'

red 56 ◦ green 170 ◦ blue 136

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

Shades of Gossamer #38AA88

Tints of Gossamer #38AA88

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.96%

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 15.47%
G = 46.96%
B = 37.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#38AA88 (or 0x38AA88) is known color: Gossamer. HEX triplet: 38, AA and 88. RGB value is (56,170,136). Sum of RGB (Red+Green+Blue) = 56+170+136=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA88 is #C75577. Grayscale: #848484. Windows color (decimal): -13063544 or 8956472. OLE color: 8956472.

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

Color convert

RGB 56 170 136 -
CMYK 0.67 0 0.20 0.33
HSL 162.11º 0.5% 0.44% -
HSV(B) 162.11º 0.67% 0.67% -
XYZ 20.45 31.37 28.27 -
YUV 132.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 56 170 136 0.67 0 0.20 0.33 162.11 0.5 0.44
Hex 38 AA 88 43 0 14 21 A2 32 2C
Octal 70 252 210 103 0 24 41 242 62 54
Binary 111000 10101010 10001000 1000011 0 10100 100001 10100010 110010 101100

Color Harmonies of #38AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA88

Black with #38AA88

Text Example


Text Example

White with #38AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,170,136); }

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

background-color css

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

 a { background-color: rgb(56,170,136); }

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

border-color css

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

 span { border-color: rgb(56,170,136); }

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