Html Css Color HEX #25947E Gossamer

📋 copy color: '#25947E'

red 37 ◦ green 148 ◦ blue 126

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

Shades of Gossamer #25947E

Tints of Gossamer #25947E

RGB

 RED value IS 37 (14.84% from 255) = 11.9%

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 11.9%
G = 47.59%
B = 40.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#25947E (or 0x25947E) is known color: Gossamer. HEX triplet: 25, 94 and 7E. RGB value is (37,148,126). Sum of RGB (Red+Green+Blue) = 37+148+126=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #25947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25947E is #DA6B81. Grayscale: #707070. Windows color (decimal): -14314370 or 8295461. OLE color: 8295461.

HSL color Cylindrical-coordinate representation of color #25947E: hue angle of 168.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25947E is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 126 -
CMYK 0.75 0 0.15 0.42
HSL 168.11º 0.6% 0.36% -
HSV(B) 168.11º 0.75% 0.58% -
XYZ 15.12 23.08 23.4 -
YUV 112.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 37 148 126 0.75 0 0.15 0.42 168.11 0.6 0.36
Hex 25 94 7E 4B 0 F 2A A8 3C 24
Octal 45 224 176 113 0 17 52 250 74 44
Binary 100101 10010100 1111110 1001011 0 1111 101010 10101000 111100 100100

Color Harmonies of #25947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25947E

Black with #25947E

Text Example


Text Example

White with #25947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25947E; }

 p { color: rgb(37,148,126); }

 H1.HeaderClassName
 {
   color: #25947E;
 }
 .AnyTagClassName
 {
   color: #25947E;
 }
</style>

background-color css

<style>
 a { background-color: #25947E; }

 a { background-color: rgb(37,148,126); }

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

border-color css

<style>
 span { border-color: #25947E; }

 span { border-color: rgb(37,148,126); }

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