Html Css Color HEX #38A27D Gossamer

📋 copy color: '#38A27D'

red 56 ◦ green 162 ◦ blue 125

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

Shades of Gossamer #38A27D

Tints of Gossamer #38A27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 16.33%
G = 47.23%
B = 36.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#38A27D (or 0x38A27D) is known color: Gossamer. HEX triplet: 38, A2 and 7D. RGB value is (56,162,125). Sum of RGB (Red+Green+Blue) = 56+162+125=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #38A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A27D is #C75D82. Grayscale: #7E7E7E. Windows color (decimal): -13065603 or 8233528. OLE color: 8233528.

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

Color convert

RGB 56 162 125 -
CMYK 0.65 0 0.23 0.36
HSL 159.06º 0.49% 0.43% -
HSV(B) 159.06º 0.65% 0.64% -
XYZ 18.25 28.16 23.88 -
YUV 126.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 56 162 125 0.65 0 0.23 0.36 159.06 0.49 0.43
Hex 38 A2 7D 41 0 17 24 9F 31 2B
Octal 70 242 175 101 0 27 44 237 61 53
Binary 111000 10100010 1111101 1000001 0 10111 100100 10011111 110001 101011

Color Harmonies of #38A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A27D

Black with #38A27D

Text Example


Text Example

White with #38A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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