Html Css Color HEX #25BDBF Light Sea Green

📋 copy color: '#25BDBF'

red 37 ◦ green 189 ◦ blue 191

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

Shades of Light Sea Green #25BDBF

Tints of Light Sea Green #25BDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 8.87%
G = 45.32%
B = 45.8%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25BDBF (or 0x25BDBF) is known color: Light Sea Green. HEX triplet: 25, BD and BF. RGB value is (37,189,191). Sum of RGB (Red+Green+Blue) = 37+189+191=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #25BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BDBF is #DA4240. Grayscale: #8F8F8F. Windows color (decimal): -14303809 or 12565797. OLE color: 12565797.

HSL color Cylindrical-coordinate representation of color #25BDBF: hue angle of 180.78º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BDBF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 189 191 -
CMYK 0.81 0.01 0 0.25
HSL 180.78º 0.68% 0.45% -
HSV(B) 180.78º 0.81% 0.75% -
XYZ 28.36 40.55 55.62 -
YUV 143.78 154.64 51.84 -
System Red Green Blue C M Y K H S L
Decimal 37 189 191 0.81 0.01 0 0.25 180.78 0.68 0.45
Hex 25 BD BF 51 1 0 19 B5 44 2D
Octal 45 275 277 121 1 0 31 265 104 55
Binary 100101 10111101 10111111 1010001 1 0 11001 10110101 1000100 101101

Color Harmonies of #25BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BDBF

Black with #25BDBF

Text Example


Text Example

White with #25BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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