Html Css Color HEX #25ACB5 Light Sea Green

📋 copy color: '#25ACB5'

red 37 ◦ green 172 ◦ blue 181

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

Shades of Light Sea Green #25ACB5

Tints of Light Sea Green #25ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 9.49%
G = 44.1%
B = 46.41%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#25ACB5 (or 0x25ACB5) is known color: Light Sea Green. HEX triplet: 25, AC and B5. RGB value is (37,172,181). Sum of RGB (Red+Green+Blue) = 37+172+181=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #25ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACB5 is #DA534A. Grayscale: #848484. Windows color (decimal): -14308171 or 11906085. OLE color: 11906085.

HSL color Cylindrical-coordinate representation of color #25ACB5: hue angle of 183.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25ACB5 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 172 181 -
CMYK 0.80 0.05 0 0.29
HSL 183.75º 0.66% 0.43% -
HSV(B) 183.75º 0.8% 0.71% -
XYZ 23.86 33.23 48.87 -
YUV 132.66 155.27 59.77 -
System Red Green Blue C M Y K H S L
Decimal 37 172 181 0.80 0.05 0 0.29 183.75 0.66 0.43
Hex 25 AC B5 50 5 0 1D B8 42 2B
Octal 45 254 265 120 5 0 35 270 102 53
Binary 100101 10101100 10110101 1010000 101 0 11101 10111000 1000010 101011

Color Harmonies of #25ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACB5

Black with #25ACB5

Text Example


Text Example

White with #25ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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