Html Css Color HEX #25AEBC Light Sea Green

📋 copy color: '#25AEBC'

red 37 ◦ green 174 ◦ blue 188

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

Shades of Light Sea Green #25AEBC

Tints of Light Sea Green #25AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 9.27%
G = 43.61%
B = 47.12%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25AEBC (or 0x25AEBC) is known color: Light Sea Green. HEX triplet: 25, AE and BC. RGB value is (37,174,188). Sum of RGB (Red+Green+Blue) = 37+174+188=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #25AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AEBC is #DA5143. Grayscale: #868686. Windows color (decimal): -14307652 or 12365349. OLE color: 12365349.

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

Color convert

RGB 37 174 188 -
CMYK 0.80 0.07 0 0.26
HSL 185.56º 0.67% 0.44% -
HSV(B) 185.56º 0.8% 0.74% -
XYZ 24.98 34.3 52.88 -
YUV 134.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 37 174 188 0.80 0.07 0 0.26 185.56 0.67 0.44
Hex 25 AE BC 50 7 0 1A BA 43 2C
Octal 45 256 274 120 7 0 32 272 103 54
Binary 100101 10101110 10111100 1010000 111 0 11010 10111010 1000011 101100

Color Harmonies of #25AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AEBC

Black with #25AEBC

Text Example


Text Example

White with #25AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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