Html Css Color HEX #25BDAF Light Sea Green

📋 copy color: '#25BDAF'

red 37 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #25BDAF

Tints of Light Sea Green #25BDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 9.23%
G = 47.13%
B = 43.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#25BDAF (or 0x25BDAF) is known color: Light Sea Green. HEX triplet: 25, BD and AF. RGB value is (37,189,175). Sum of RGB (Red+Green+Blue) = 37+189+175=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #25BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BDAF is #DA4250. Grayscale: #8D8D8D. Windows color (decimal): -14303825 or 11517221. OLE color: 11517221.

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

Color convert

RGB 37 189 175 -
CMYK 0.80 0 0.07 0.26
HSL 174.47º 0.67% 0.44% -
HSV(B) 174.47º 0.8% 0.74% -
XYZ 26.7 39.88 46.85 -
YUV 141.96 146.64 53.14 -
System Red Green Blue C M Y K H S L
Decimal 37 189 175 0.80 0 0.07 0.26 174.47 0.67 0.44
Hex 25 BD AF 50 0 7 1A AE 43 2C
Octal 45 275 257 120 0 7 32 256 103 54
Binary 100101 10111101 10101111 1010000 0 111 11010 10101110 1000011 101100

Color Harmonies of #25BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDAF

Black with #25BDAF

Text Example


Text Example

White with #25BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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