Html Css Color HEX #25BABF Light Sea Green

📋 copy color: '#25BABF'

red 37 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #25BABF

Tints of Light Sea Green #25BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 8.94%
G = 44.93%
B = 46.14%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25BABF (or 0x25BABF) is known color: Light Sea Green. HEX triplet: 25, BA and BF. RGB value is (37,186,191). Sum of RGB (Red+Green+Blue) = 37+186+191=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #25BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BABF is #DA4540. Grayscale: #8D8D8D. Windows color (decimal): -14304577 or 12565029. OLE color: 12565029.

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

Color convert

RGB 37 186 191 -
CMYK 0.81 0.03 0 0.25
HSL 181.95º 0.68% 0.45% -
HSV(B) 181.95º 0.81% 0.75% -
XYZ 27.73 39.27 55.41 -
YUV 142.02 155.64 53.09 -
System Red Green Blue C M Y K H S L
Decimal 37 186 191 0.81 0.03 0 0.25 181.95 0.68 0.45
Hex 25 BA BF 51 3 0 19 B6 44 2D
Octal 45 272 277 121 3 0 31 266 104 55
Binary 100101 10111010 10111111 1010001 11 0 11001 10110110 1000100 101101

Color Harmonies of #25BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BABF

Black with #25BABF

Text Example


Text Example

White with #25BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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