Html Css Color HEX #25BAAC Light Sea Green

📋 copy color: '#25BAAC'

red 37 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #25BAAC

Tints of Light Sea Green #25BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

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

R = 9.37%
G = 47.09%
B = 43.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#25BAAC (or 0x25BAAC) is known color: Light Sea Green. HEX triplet: 25, BA and AC. RGB value is (37,186,172). Sum of RGB (Red+Green+Blue) = 37+186+172=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #25BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BAAC is #DA4553. Grayscale: #8B8B8B. Windows color (decimal): -14304596 or 11319845. OLE color: 11319845.

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

Color convert

RGB 37 186 172 -
CMYK 0.80 0 0.08 0.27
HSL 174.36º 0.67% 0.44% -
HSV(B) 174.36º 0.8% 0.73% -
XYZ 25.77 38.49 45.1 -
YUV 139.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 37 186 172 0.80 0 0.08 0.27 174.36 0.67 0.44
Hex 25 BA AC 50 0 8 1B AE 43 2C
Octal 45 272 254 120 0 10 33 256 103 54
Binary 100101 10111010 10101100 1010000 0 1000 11011 10101110 1000011 101100

Color Harmonies of #25BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BAAC

Black with #25BAAC

Text Example


Text Example

White with #25BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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