Html Css Color HEX #25B1BA Light Sea Green

📋 copy color: '#25B1BA'

red 37 ◦ green 177 ◦ blue 186

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

Shades of Light Sea Green #25B1BA

Tints of Light Sea Green #25B1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 9.25%
G = 44.25%
B = 46.5%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25B1BA (or 0x25B1BA) is known color: Light Sea Green. HEX triplet: 25, B1 and BA. RGB value is (37,177,186). Sum of RGB (Red+Green+Blue) = 37+177+186=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #25B1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B1BA is #DA4E45. Grayscale: #878787. Windows color (decimal): -14306886 or 12235045. OLE color: 12235045.

HSL color Cylindrical-coordinate representation of color #25B1BA: hue angle of 183.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B1BA is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 177 186 -
CMYK 0.80 0.05 0 0.27
HSL 183.62º 0.67% 0.44% -
HSV(B) 183.62º 0.8% 0.73% -
XYZ 25.35 35.38 51.95 -
YUV 136.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 37 177 186 0.80 0.05 0 0.27 183.62 0.67 0.44
Hex 25 B1 BA 50 5 0 1B B8 43 2C
Octal 45 261 272 120 5 0 33 270 103 54
Binary 100101 10110001 10111010 1010000 101 0 11011 10111000 1000011 101100

Color Harmonies of #25B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B1BA

Black with #25B1BA

Text Example


Text Example

White with #25B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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