Html Css Color HEX #25BCAC Light Sea Green

📋 copy color: '#25BCAC'

red 37 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #25BCAC

Tints of Light Sea Green #25BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 9.32%
G = 47.36%
B = 43.32%

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

#25BCAC (or 0x25BCAC) is known color: Light Sea Green. HEX triplet: 25, BC and AC. RGB value is (37,188,172). Sum of RGB (Red+Green+Blue) = 37+188+172=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #25BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BCAC is #DA4353. Grayscale: #8C8C8C. Windows color (decimal): -14304084 or 11320357. OLE color: 11320357.

HSL color Cylindrical-coordinate representation of color #25BCAC: hue angle of 173.64º 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 #25BCAC is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 172 -
CMYK 0.80 0 0.09 0.26
HSL 173.64º 0.67% 0.44% -
HSV(B) 173.64º 0.8% 0.74% -
XYZ 26.19 39.34 45.24 -
YUV 141.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 37 188 172 0.80 0 0.09 0.26 173.64 0.67 0.44
Hex 25 BC AC 50 0 9 1A AE 43 2C
Octal 45 274 254 120 0 11 32 256 103 54
Binary 100101 10111100 10101100 1010000 0 1001 11010 10101110 1000011 101100

Color Harmonies of #25BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCAC

Black with #25BCAC

Text Example


Text Example

White with #25BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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