Html Css Color HEX #25BCAB Light Sea Green

📋 copy color: '#25BCAB'

red 37 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #25BCAB

Tints of Light Sea Green #25BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 9.34%
G = 47.47%
B = 43.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#25BCAB (or 0x25BCAB) is known color: Light Sea Green. HEX triplet: 25, BC and AB. RGB value is (37,188,171). Sum of RGB (Red+Green+Blue) = 37+188+171=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #25BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BCAB is #DA4354. Grayscale: #8C8C8C. Windows color (decimal): -14304085 or 11254821. OLE color: 11254821.

HSL color Cylindrical-coordinate representation of color #25BCAB: hue angle of 173.25º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BCAB is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 171 -
CMYK 0.80 0 0.09 0.26
HSL 173.25º 0.67% 0.44% -
HSV(B) 173.25º 0.8% 0.74% -
XYZ 26.1 39.3 44.74 -
YUV 140.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 37 188 171 0.80 0 0.09 0.26 173.25 0.67 0.44
Hex 25 BC AB 50 0 9 1A AD 43 2C
Octal 45 274 253 120 0 11 32 255 103 54
Binary 100101 10111100 10101011 1010000 0 1001 11010 10101101 1000011 101100

Color Harmonies of #25BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCAB

Black with #25BCAB

Text Example


Text Example

White with #25BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,171); }

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

background-color css

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

 a { background-color: rgb(37,188,171); }

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

border-color css

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

 span { border-color: rgb(37,188,171); }

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