Html Css Color HEX #308E7B Gossamer

📋 copy color: '#308E7B'

red 48 ◦ green 142 ◦ blue 123

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

Shades of Gossamer #308E7B

Tints of Gossamer #308E7B

RGB

 RED value IS 48 (19.14% from 255) = 15.34%

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 15.34%
G = 45.37%
B = 39.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#308E7B (or 0x308E7B) is known color: Gossamer. HEX triplet: 30, 8E and 7B. RGB value is (48,142,123). Sum of RGB (Red+Green+Blue) = 48+142+123=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #308E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E7B is #CF7184. Grayscale: #6F6F6F. Windows color (decimal): -13595013 or 8097328. OLE color: 8097328.

HSL color Cylindrical-coordinate representation of color #308E7B: hue angle of 167.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E7B is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 123 -
CMYK 0.66 0 0.13 0.44
HSL 167.87º 0.49% 0.37% -
HSV(B) 167.87º 0.66% 0.56% -
XYZ 14.47 21.4 22.11 -
YUV 111.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 48 142 123 0.66 0 0.13 0.44 167.87 0.49 0.37
Hex 30 8E 7B 42 0 D 2C A8 31 25
Octal 60 216 173 102 0 15 54 250 61 45
Binary 110000 10001110 1111011 1000010 0 1101 101100 10101000 110001 100101

Color Harmonies of #308E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E7B

Black with #308E7B

Text Example


Text Example

White with #308E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E7B; }

 p { color: rgb(48,142,123); }

 H1.HeaderClassName
 {
   color: #308E7B;
 }
 .AnyTagClassName
 {
   color: #308E7B;
 }
</style>

background-color css

<style>
 a { background-color: #308E7B; }

 a { background-color: rgb(48,142,123); }

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

border-color css

<style>
 span { border-color: #308E7B; }

 span { border-color: rgb(48,142,123); }

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