Html Css Color HEX #25BDA8 Light Sea Green

📋 copy color: '#25BDA8'

red 37 ◦ green 189 ◦ blue 168

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

Shades of Light Sea Green #25BDA8

Tints of Light Sea Green #25BDA8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.97%

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 9.39%
G = 47.97%
B = 42.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#25BDA8 (or 0x25BDA8) is known color: Light Sea Green. HEX triplet: 25, BD and A8. RGB value is (37,189,168). Sum of RGB (Red+Green+Blue) = 37+189+168=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #25BDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BDA8 is #DA4257. Grayscale: #8D8D8D. Windows color (decimal): -14303832 or 11058469. OLE color: 11058469.

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

Color convert

RGB 37 189 168 -
CMYK 0.80 0 0.11 0.26
HSL 171.71º 0.67% 0.44% -
HSV(B) 171.71º 0.8% 0.74% -
XYZ 26.03 39.62 43.32 -
YUV 141.16 143.14 53.71 -
System Red Green Blue C M Y K H S L
Decimal 37 189 168 0.80 0 0.11 0.26 171.71 0.67 0.44
Hex 25 BD A8 50 0 B 1A AC 43 2C
Octal 45 275 250 120 0 13 32 254 103 54
Binary 100101 10111101 10101000 1010000 0 1011 11010 10101100 1000011 101100

Color Harmonies of #25BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDA8

Black with #25BDA8

Text Example


Text Example

White with #25BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,189,168); }

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

background-color css

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

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

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

border-color css

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

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

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