Html Css Color HEX #25B0BC Light Sea Green

📋 copy color: '#25B0BC'

red 37 ◦ green 176 ◦ blue 188

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

Shades of Light Sea Green #25B0BC

Tints of Light Sea Green #25B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

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

R = 9.23%
G = 43.89%
B = 46.88%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25B0BC (or 0x25B0BC) is known color: Light Sea Green. HEX triplet: 25, B0 and BC. RGB value is (37,176,188). Sum of RGB (Red+Green+Blue) = 37+176+188=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #25B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25B0BC is #DA4F43. Grayscale: #878787. Windows color (decimal): -14307140 or 12365861. OLE color: 12365861.

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

Color convert

RGB 37 176 188 -
CMYK 0.80 0.06 0 0.26
HSL 184.77º 0.67% 0.44% -
HSV(B) 184.77º 0.8% 0.74% -
XYZ 25.37 35.07 53.01 -
YUV 135.81 157.45 57.52 -
System Red Green Blue C M Y K H S L
Decimal 37 176 188 0.80 0.06 0 0.26 184.77 0.67 0.44
Hex 25 B0 BC 50 6 0 1A B9 43 2C
Octal 45 260 274 120 6 0 32 271 103 54
Binary 100101 10110000 10111100 1010000 110 0 11010 10111001 1000011 101100

Color Harmonies of #25B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B0BC

Black with #25B0BC

Text Example


Text Example

White with #25B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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