Html Css Color HEX #338E7D Gossamer

📋 copy color: '#338E7D'

red 51 ◦ green 142 ◦ blue 125

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

Shades of Gossamer #338E7D

Tints of Gossamer #338E7D

RGB

 RED value IS 51 (20.31% from 255) = 16.04%

 GREEN value IS 142 (55.86% from 255) = 44.65%

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

R = 16.04%
G = 44.65%
B = 39.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#338E7D (or 0x338E7D) is known color: Gossamer. HEX triplet: 33, 8E and 7D. RGB value is (51,142,125). Sum of RGB (Red+Green+Blue) = 51+142+125=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #338E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E7D is #CC7182. Grayscale: #707070. Windows color (decimal): -13398403 or 8228403. OLE color: 8228403.

HSL color Cylindrical-coordinate representation of color #338E7D: hue angle of 168.79º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E7D is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 125 -
CMYK 0.64 0 0.12 0.44
HSL 168.79º 0.47% 0.38% -
HSV(B) 168.79º 0.64% 0.56% -
XYZ 14.74 21.53 22.78 -
YUV 112.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 51 142 125 0.64 0 0.12 0.44 168.79 0.47 0.38
Hex 33 8E 7D 40 0 C 2C A9 2F 26
Octal 63 216 175 100 0 14 54 251 57 46
Binary 110011 10001110 1111101 1000000 0 1100 101100 10101001 101111 100110

Color Harmonies of #338E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E7D

Black with #338E7D

Text Example


Text Example

White with #338E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338E7D; }

 p { color: rgb(51,142,125); }

 H1.HeaderClassName
 {
   color: #338E7D;
 }
 .AnyTagClassName
 {
   color: #338E7D;
 }
</style>

background-color css

<style>
 a { background-color: #338E7D; }

 a { background-color: rgb(51,142,125); }

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

border-color css

<style>
 span { border-color: #338E7D; }

 span { border-color: rgb(51,142,125); }

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