Html Css Color HEX #25BEAF Light Sea Green

📋 copy color: '#25BEAF'

red 37 ◦ green 190 ◦ blue 175

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

Shades of Light Sea Green #25BEAF

Tints of Light Sea Green #25BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.26%

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

R = 9.2%
G = 47.26%
B = 43.53%

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

#25BEAF (or 0x25BEAF) is known color: Light Sea Green. HEX triplet: 25, BE and AF. RGB value is (37,190,175). Sum of RGB (Red+Green+Blue) = 37+190+175=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #25BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BEAF is #DA4150. Grayscale: #8E8E8E. Windows color (decimal): -14303569 or 11517477. OLE color: 11517477.

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

Color convert

RGB 37 190 175 -
CMYK 0.81 0 0.08 0.25
HSL 174.12º 0.67% 0.45% -
HSV(B) 174.12º 0.81% 0.75% -
XYZ 26.91 40.32 46.92 -
YUV 142.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 37 190 175 0.81 0 0.08 0.25 174.12 0.67 0.45
Hex 25 BE AF 51 0 8 19 AE 43 2D
Octal 45 276 257 121 0 10 31 256 103 55
Binary 100101 10111110 10101111 1010001 0 1000 11001 10101110 1000011 101101

Color Harmonies of #25BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BEAF

Black with #25BEAF

Text Example


Text Example

White with #25BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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