Html Css Color HEX #25947F Gossamer

📋 copy color: '#25947F'

red 37 ◦ green 148 ◦ blue 127

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

Shades of Gossamer #25947F

Tints of Gossamer #25947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 11.86%
G = 47.44%
B = 40.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#25947F (or 0x25947F) is known color: Gossamer. HEX triplet: 25, 94 and 7F. RGB value is (37,148,127). Sum of RGB (Red+Green+Blue) = 37+148+127=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #25947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25947F is #DA6B80. Grayscale: #707070. Windows color (decimal): -14314369 or 8360997. OLE color: 8360997.

HSL color Cylindrical-coordinate representation of color #25947F: hue angle of 168.65º 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 #25947F is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 127 -
CMYK 0.75 0 0.14 0.42
HSL 168.65º 0.6% 0.36% -
HSV(B) 168.65º 0.75% 0.58% -
XYZ 15.18 23.11 23.74 -
YUV 112.42 136.23 74.21 -
System Red Green Blue C M Y K H S L
Decimal 37 148 127 0.75 0 0.14 0.42 168.65 0.6 0.36
Hex 25 94 7F 4B 0 E 2A A9 3C 24
Octal 45 224 177 113 0 16 52 251 74 44
Binary 100101 10010100 1111111 1001011 0 1110 101010 10101001 111100 100100

Color Harmonies of #25947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25947F

Black with #25947F

Text Example


Text Example

White with #25947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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