Html Css Color HEX #25BAAF Light Sea Green

📋 copy color: '#25BAAF'

red 37 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #25BAAF

Tints of Light Sea Green #25BAAF

RGB

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

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

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

R = 9.3%
G = 46.73%
B = 43.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#25BAAF (or 0x25BAAF) is known color: Light Sea Green. HEX triplet: 25, BA and AF. RGB value is (37,186,175). Sum of RGB (Red+Green+Blue) = 37+186+175=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #25BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BAAF is #DA4550. Grayscale: #8C8C8C. Windows color (decimal): -14304593 or 11516453. OLE color: 11516453.

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

Color convert

RGB 37 186 175 -
CMYK 0.80 0 0.06 0.27
HSL 175.57º 0.67% 0.44% -
HSV(B) 175.57º 0.8% 0.73% -
XYZ 26.06 38.61 46.64 -
YUV 140.2 147.64 54.39 -
System Red Green Blue C M Y K H S L
Decimal 37 186 175 0.80 0 0.06 0.27 175.57 0.67 0.44
Hex 25 BA AF 50 0 6 1B B0 43 2C
Octal 45 272 257 120 0 6 33 260 103 54
Binary 100101 10111010 10101111 1010000 0 110 11011 10110000 1000011 101100

Color Harmonies of #25BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BAAF

Black with #25BAAF

Text Example


Text Example

White with #25BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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