Html Css Color HEX #25B0BE Light Sea Green

📋 copy color: '#25B0BE'

red 37 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #25B0BE

Tints of Light Sea Green #25B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 9.18%
G = 43.67%
B = 47.15%

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

#25B0BE (or 0x25B0BE) is known color: Light Sea Green. HEX triplet: 25, B0 and BE. RGB value is (37,176,190). Sum of RGB (Red+Green+Blue) = 37+176+190=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #25B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B0BE is #DA4F41. Grayscale: #878787. Windows color (decimal): -14307138 or 12496933. OLE color: 12496933.

HSL color Cylindrical-coordinate representation of color #25B0BE: hue angle of 185.49º degrees, saturation: 0.67, 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 #25B0BE is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 176 190 -
CMYK 0.81 0.07 0 0.25
HSL 185.49º 0.67% 0.45% -
HSV(B) 185.49º 0.81% 0.75% -
XYZ 25.58 35.16 54.15 -
YUV 136.04 158.45 57.36 -
System Red Green Blue C M Y K H S L
Decimal 37 176 190 0.81 0.07 0 0.25 185.49 0.67 0.45
Hex 25 B0 BE 51 7 0 19 B9 43 2D
Octal 45 260 276 121 7 0 31 271 103 55
Binary 100101 10110000 10111110 1010001 111 0 11001 10111001 1000011 101101

Color Harmonies of #25B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B0BE

Black with #25B0BE

Text Example


Text Example

White with #25B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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