Html Css Color HEX #25BABA Light Sea Green

📋 copy color: '#25BABA'

red 37 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #25BABA

Tints of Light Sea Green #25BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 9.05%
G = 45.48%
B = 45.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25BABA (or 0x25BABA) is known color: Light Sea Green. HEX triplet: 25, BA and BA. RGB value is (37,186,186). Sum of RGB (Red+Green+Blue) = 37+186+186=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #25BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BABA is #DA4545. Grayscale: #8D8D8D. Windows color (decimal): -14304582 or 12237349. OLE color: 12237349.

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

Color convert

RGB 37 186 186 -
CMYK 0.80 0 0 0.27
HSL 180º 0.67% 0.44% -
HSV(B) 180º 0.8% 0.73% -
XYZ 27.18 39.06 52.56 -
YUV 141.45 153.14 53.5 -
System Red Green Blue C M Y K H S L
Decimal 37 186 186 0.80 0 0 0.27 180 0.67 0.44
Hex 25 BA BA 50 0 0 1B B4 43 2C
Octal 45 272 272 120 0 0 33 264 103 54
Binary 100101 10111010 10111010 1010000 0 0 11011 10110100 1000011 101100

Color Harmonies of #25BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BABA

Black with #25BABA

Text Example


Text Example

White with #25BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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