Html Css Color HEX #25B0BA Light Sea Green

📋 copy color: '#25B0BA'

red 37 ◦ green 176 ◦ blue 186

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

Shades of Light Sea Green #25B0BA

Tints of Light Sea Green #25B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

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

R = 9.27%
G = 44.11%
B = 46.62%

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

#25B0BA (or 0x25B0BA) is known color: Light Sea Green. HEX triplet: 25, B0 and BA. RGB value is (37,176,186). Sum of RGB (Red+Green+Blue) = 37+176+186=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #25B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B0BA is #DA4F45. Grayscale: #878787. Windows color (decimal): -14307142 or 12234789. OLE color: 12234789.

HSL color Cylindrical-coordinate representation of color #25B0BA: hue angle of 184.03º 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 #25B0BA is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 176 186 -
CMYK 0.80 0.05 0 0.27
HSL 184.03º 0.67% 0.44% -
HSV(B) 184.03º 0.8% 0.73% -
XYZ 25.15 34.99 51.88 -
YUV 135.58 156.45 57.69 -
System Red Green Blue C M Y K H S L
Decimal 37 176 186 0.80 0.05 0 0.27 184.03 0.67 0.44
Hex 25 B0 BA 50 5 0 1B B8 43 2C
Octal 45 260 272 120 5 0 33 270 103 54
Binary 100101 10110000 10111010 1010000 101 0 11011 10111000 1000011 101100

Color Harmonies of #25B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B0BA

Black with #25B0BA

Text Example


Text Example

White with #25B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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