Html Css Color HEX #368F7E Gossamer

📋 copy color: '#368F7E'

red 54 ◦ green 143 ◦ blue 126

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

Shades of Gossamer #368F7E

Tints of Gossamer #368F7E

RGB

 RED value IS 54 (21.48% from 255) = 16.72%

 GREEN value IS 143 (56.25% from 255) = 44.27%

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 16.72%
G = 44.27%
B = 39.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#368F7E (or 0x368F7E) is known color: Gossamer. HEX triplet: 36, 8F and 7E. RGB value is (54,143,126). Sum of RGB (Red+Green+Blue) = 54+143+126=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #368F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F7E is #C97081. Grayscale: #727272. Windows color (decimal): -13201538 or 8294198. OLE color: 8294198.

HSL color Cylindrical-coordinate representation of color #368F7E: hue angle of 168.54º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F7E is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 143 126 -
CMYK 0.62 0 0.12 0.44
HSL 168.54º 0.45% 0.39% -
HSV(B) 168.54º 0.62% 0.56% -
XYZ 15.11 21.94 23.18 -
YUV 114.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 54 143 126 0.62 0 0.12 0.44 168.54 0.45 0.39
Hex 36 8F 7E 3E 0 C 2C A9 2D 27
Octal 66 217 176 76 0 14 54 251 55 47
Binary 110110 10001111 1111110 111110 0 1100 101100 10101001 101101 100111

Color Harmonies of #368F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F7E

Black with #368F7E

Text Example


Text Example

White with #368F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368F7E; }

 p { color: rgb(54,143,126); }

 H1.HeaderClassName
 {
   color: #368F7E;
 }
 .AnyTagClassName
 {
   color: #368F7E;
 }
</style>

background-color css

<style>
 a { background-color: #368F7E; }

 a { background-color: rgb(54,143,126); }

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

border-color css

<style>
 span { border-color: #368F7E; }

 span { border-color: rgb(54,143,126); }

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