Html Css Color HEX #38A888 Gossamer

📋 copy color: '#38A888'

red 56 ◦ green 168 ◦ blue 136

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

Shades of Gossamer #38A888

Tints of Gossamer #38A888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.67%

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

R = 15.56%
G = 46.67%
B = 37.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#38A888 (or 0x38A888) is known color: Gossamer. HEX triplet: 38, A8 and 88. RGB value is (56,168,136). Sum of RGB (Red+Green+Blue) = 56+168+136=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #38A888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A888 is #C75777. Grayscale: #828282. Windows color (decimal): -13064056 or 8955960. OLE color: 8955960.

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

Color convert

RGB 56 168 136 -
CMYK 0.67 0 0.19 0.34
HSL 162.86º 0.5% 0.44% -
HSV(B) 162.86º 0.67% 0.66% -
XYZ 20.08 30.62 28.15 -
YUV 130.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 56 168 136 0.67 0 0.19 0.34 162.86 0.5 0.44
Hex 38 A8 88 43 0 13 22 A3 32 2C
Octal 70 250 210 103 0 23 42 243 62 54
Binary 111000 10101000 10001000 1000011 0 10011 100010 10100011 110010 101100

Color Harmonies of #38A888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A888

Black with #38A888

Text Example


Text Example

White with #38A888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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