Html Css Color HEX #25B2BC Light Sea Green

📋 copy color: '#25B2BC'

red 37 ◦ green 178 ◦ blue 188

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

Shades of Light Sea Green #25B2BC

Tints of Light Sea Green #25B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 9.18%
G = 44.17%
B = 46.65%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25B2BC (or 0x25B2BC) is known color: Light Sea Green. HEX triplet: 25, B2 and BC. RGB value is (37,178,188). Sum of RGB (Red+Green+Blue) = 37+178+188=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #25B2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B2BC is #DA4D43. Grayscale: #888888. Windows color (decimal): -14306628 or 12366373. OLE color: 12366373.

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

Color convert

RGB 37 178 188 -
CMYK 0.80 0.05 0 0.26
HSL 183.97º 0.67% 0.44% -
HSV(B) 183.97º 0.8% 0.74% -
XYZ 25.76 35.86 53.14 -
YUV 136.98 156.79 56.69 -
System Red Green Blue C M Y K H S L
Decimal 37 178 188 0.80 0.05 0 0.26 183.97 0.67 0.44
Hex 25 B2 BC 50 5 0 1A B8 43 2C
Octal 45 262 274 120 5 0 32 270 103 54
Binary 100101 10110010 10111100 1010000 101 0 11010 10111000 1000011 101100

Color Harmonies of #25B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B2BC

Black with #25B2BC

Text Example


Text Example

White with #25B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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