Html Css Color HEX #25ACB4 Light Sea Green

📋 copy color: '#25ACB4'

red 37 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #25ACB4

Tints of Light Sea Green #25ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 9.51%
G = 44.22%
B = 46.27%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#25ACB4 (or 0x25ACB4) is known color: Light Sea Green. HEX triplet: 25, AC and B4. RGB value is (37,172,180). Sum of RGB (Red+Green+Blue) = 37+172+180=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #25ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACB4 is #DA534B. Grayscale: #848484. Windows color (decimal): -14308172 or 11840549. OLE color: 11840549.

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

Color convert

RGB 37 172 180 -
CMYK 0.79 0.04 0 0.29
HSL 183.36º 0.66% 0.43% -
HSV(B) 183.36º 0.79% 0.71% -
XYZ 23.75 33.19 48.34 -
YUV 132.55 154.77 59.85 -
System Red Green Blue C M Y K H S L
Decimal 37 172 180 0.79 0.04 0 0.29 183.36 0.66 0.43
Hex 25 AC B4 4F 4 0 1D B7 42 2B
Octal 45 254 264 117 4 0 35 267 102 53
Binary 100101 10101100 10110100 1001111 100 0 11101 10110111 1000010 101011

Color Harmonies of #25ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ACB4

Black with #25ACB4

Text Example


Text Example

White with #25ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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