Html Css Color HEX #25AEBA Light Sea Green

📋 copy color: '#25AEBA'

red 37 ◦ green 174 ◦ blue 186

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

Shades of Light Sea Green #25AEBA

Tints of Light Sea Green #25AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.83%

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

R = 9.32%
G = 43.83%
B = 46.85%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#25AEBA (or 0x25AEBA) is known color: Light Sea Green. HEX triplet: 25, AE and BA. RGB value is (37,174,186). Sum of RGB (Red+Green+Blue) = 37+174+186=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #25AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEBA is #DA5145. Grayscale: #868686. Windows color (decimal): -14307654 or 12234277. OLE color: 12234277.

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

Color convert

RGB 37 174 186 -
CMYK 0.80 0.06 0 0.27
HSL 184.83º 0.67% 0.44% -
HSV(B) 184.83º 0.8% 0.73% -
XYZ 24.76 34.21 51.75 -
YUV 134.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 37 174 186 0.80 0.06 0 0.27 184.83 0.67 0.44
Hex 25 AE BA 50 6 0 1B B9 43 2C
Octal 45 256 272 120 6 0 33 271 103 54
Binary 100101 10101110 10111010 1010000 110 0 11011 10111001 1000011 101100

Color Harmonies of #25AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEBA

Black with #25AEBA

Text Example


Text Example

White with #25AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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