Html Css Color HEX #25BCC8 Light Sea Green

📋 copy color: '#25BCC8'

red 37 ◦ green 188 ◦ blue 200

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

Shades of Light Sea Green #25BCC8

Tints of Light Sea Green #25BCC8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

 BLUE value IS 200 (78.52% from 255) = 47.06%

R = 8.71%
G = 44.24%
B = 47.06%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#25BCC8 (or 0x25BCC8) is known color: Light Sea Green. HEX triplet: 25, BC and C8. RGB value is (37,188,200). Sum of RGB (Red+Green+Blue) = 37+188+200=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #25BCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BCC8 is #DA4337. Grayscale: #909090. Windows color (decimal): -14304056 or 13155365. OLE color: 13155365.

HSL color Cylindrical-coordinate representation of color #25BCC8: hue angle of 184.42º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BCC8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 188 200 -
CMYK 0.82 0.06 0 0.22
HSL 184.42º 0.69% 0.46% -
HSV(B) 184.42º 0.82% 0.78% -
XYZ 29.17 40.53 60.93 -
YUV 144.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 37 188 200 0.82 0.06 0 0.22 184.42 0.69 0.46
Hex 25 BC C8 52 6 0 16 B8 45 2E
Octal 45 274 310 122 6 0 26 270 105 56
Binary 100101 10111100 11001000 1010010 110 0 10110 10111000 1000101 101110

Color Harmonies of #25BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BCC8

Black with #25BCC8

Text Example


Text Example

White with #25BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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