Html Css Color HEX #25B2BF Light Sea Green

📋 copy color: '#25B2BF'

red 37 ◦ green 178 ◦ blue 191

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

Shades of Light Sea Green #25B2BF

Tints of Light Sea Green #25B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

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

R = 9.11%
G = 43.84%
B = 47.04%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#25B2BF (or 0x25B2BF) is known color: Light Sea Green. HEX triplet: 25, B2 and BF. RGB value is (37,178,191). Sum of RGB (Red+Green+Blue) = 37+178+191=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #25B2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B2BF is #DA4D40. Grayscale: #898989. Windows color (decimal): -14306625 or 12562981. OLE color: 12562981.

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

Color convert

RGB 37 178 191 -
CMYK 0.81 0.07 0 0.25
HSL 185.06º 0.68% 0.45% -
HSV(B) 185.06º 0.81% 0.75% -
XYZ 26.09 36 54.86 -
YUV 137.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 37 178 191 0.81 0.07 0 0.25 185.06 0.68 0.45
Hex 25 B2 BF 51 7 0 19 B9 44 2D
Octal 45 262 277 121 7 0 31 271 104 55
Binary 100101 10110010 10111111 1010001 111 0 11001 10111001 1000100 101101

Color Harmonies of #25B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B2BF

Black with #25B2BF

Text Example


Text Example

White with #25B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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