Html Css Color HEX #25B1AF Light Sea Green

📋 copy color: '#25B1AF'

red 37 ◦ green 177 ◦ blue 175

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

Shades of Light Sea Green #25B1AF

Tints of Light Sea Green #25B1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 9.51%
G = 45.5%
B = 44.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#25B1AF (or 0x25B1AF) is known color: Light Sea Green. HEX triplet: 25, B1 and AF. RGB value is (37,177,175). Sum of RGB (Red+Green+Blue) = 37+177+175=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #25B1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B1AF is #DA4E50. Grayscale: #868686. Windows color (decimal): -14306897 or 11514149. OLE color: 11514149.

HSL color Cylindrical-coordinate representation of color #25B1AF: hue angle of 179.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B1AF is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 177 175 -
CMYK 0.79 0 0.01 0.31
HSL 179.14º 0.65% 0.42% -
HSV(B) 179.14º 0.79% 0.69% -
XYZ 24.22 34.93 46.02 -
YUV 134.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 37 177 175 0.79 0 0.01 0.31 179.14 0.65 0.42
Hex 25 B1 AF 4F 0 1 1F B3 41 2A
Octal 45 261 257 117 0 1 37 263 101 52
Binary 100101 10110001 10101111 1001111 0 1 11111 10110011 1000001 101010

Color Harmonies of #25B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B1AF

Black with #25B1AF

Text Example


Text Example

White with #25B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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