Html Css Color HEX #25B1BF Light Sea Green

📋 copy color: '#25B1BF'

red 37 ◦ green 177 ◦ blue 191

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

Shades of Light Sea Green #25B1BF

Tints of Light Sea Green #25B1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.7%

 BLUE value IS 191 (75% from 255) = 47.16%

R = 9.14%
G = 43.7%
B = 47.16%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25B1BF (or 0x25B1BF) is known color: Light Sea Green. HEX triplet: 25, B1 and BF. RGB value is (37,177,191). Sum of RGB (Red+Green+Blue) = 37+177+191=405 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.14% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #25B1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B1BF is #DA4E40. Grayscale: #888888. Windows color (decimal): -14306881 or 12562725. OLE color: 12562725.

HSL color Cylindrical-coordinate representation of color #25B1BF: hue angle of 185.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25B1BF is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 177 191 -
CMYK 0.81 0.07 0 0.25
HSL 185.45º 0.68% 0.45% -
HSV(B) 185.45º 0.81% 0.75% -
XYZ 25.89 35.6 54.8 -
YUV 136.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 37 177 191 0.81 0.07 0 0.25 185.45 0.68 0.45
Hex 25 B1 BF 51 7 0 19 B9 44 2D
Octal 45 261 277 121 7 0 31 271 104 55
Binary 100101 10110001 10111111 1010001 111 0 11001 10111001 1000100 101101

Color Harmonies of #25B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B1BF

Black with #25B1BF

Text Example


Text Example

White with #25B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25B1BF; }

 p { color: rgb(37,177,191); }

 H1.HeaderClassName
 {
   color: #25B1BF;
 }
 .AnyTagClassName
 {
   color: #25B1BF;
 }
</style>

background-color css

<style>
 a { background-color: #25B1BF; }

 a { background-color: rgb(37,177,191); }

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

border-color css

<style>
 span { border-color: #25B1BF; }

 span { border-color: rgb(37,177,191); }

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