Html Css Color HEX #25BFAF Light Sea Green

📋 copy color: '#25BFAF'

red 37 ◦ green 191 ◦ blue 175

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

Shades of Light Sea Green #25BFAF

Tints of Light Sea Green #25BFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 47.39%

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

R = 9.18%
G = 47.39%
B = 43.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#25BFAF (or 0x25BFAF) is known color: Light Sea Green. HEX triplet: 25, BF and AF. RGB value is (37,191,175). Sum of RGB (Red+Green+Blue) = 37+191+175=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BFAF is #DA4050. Grayscale: #8F8F8F. Windows color (decimal): -14303313 or 11517733. OLE color: 11517733.

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

Color convert

RGB 37 191 175 -
CMYK 0.81 0 0.08 0.25
HSL 173.77º 0.68% 0.45% -
HSV(B) 173.77º 0.81% 0.75% -
XYZ 27.13 40.75 46.99 -
YUV 143.13 145.98 52.3 -
System Red Green Blue C M Y K H S L
Decimal 37 191 175 0.81 0 0.08 0.25 173.77 0.68 0.45
Hex 25 BF AF 51 0 8 19 AE 44 2D
Octal 45 277 257 121 0 10 31 256 104 55
Binary 100101 10111111 10101111 1010001 0 1000 11001 10101110 1000100 101101

Color Harmonies of #25BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BFAF

Black with #25BFAF

Text Example


Text Example

White with #25BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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