Html Css Color HEX #19BBBC Light Sea Green

📋 copy color: '#19BBBC'

red 25 ◦ green 187 ◦ blue 188

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

Shades of Light Sea Green #19BBBC

Tints of Light Sea Green #19BBBC

RGB

 RED value IS 25 (10.16% from 255) = 6.25%

 GREEN value IS 187 (73.44% from 255) = 46.75%

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

R = 6.25%
G = 46.75%
B = 47%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#19BBBC (or 0x19BBBC) is known color: Light Sea Green. HEX triplet: 19, BB and BC. RGB value is (25,187,188). Sum of RGB (Red+Green+Blue) = 25+187+188=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #19BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBBC is #E64443. Grayscale: #8A8A8A. Windows color (decimal): -15090756 or 12368665. OLE color: 12368665.

HSL color Cylindrical-coordinate representation of color #19BBBC: hue angle of 180.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BBBC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 187 188 -
CMYK 0.87 0.01 0 0.26
HSL 180.37º 0.77% 0.42% -
HSV(B) 180.37º 0.87% 0.74% -
XYZ 27.25 39.38 53.74 -
YUV 138.68 155.83 46.92 -
System Red Green Blue C M Y K H S L
Decimal 25 187 188 0.87 0.01 0 0.26 180.37 0.77 0.42
Hex 19 BB BC 57 1 0 1A B4 4D 2A
Octal 31 273 274 127 1 0 32 264 115 52
Binary 11001 10111011 10111100 1010111 1 0 11010 10110100 1001101 101010

Color Harmonies of #19BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BBBC

Black with #19BBBC

Text Example


Text Example

White with #19BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19BBBC; }

 p { color: rgb(25,187,188); }

 H1.HeaderClassName
 {
   color: #19BBBC;
 }
 .AnyTagClassName
 {
   color: #19BBBC;
 }
</style>

background-color css

<style>
 a { background-color: #19BBBC; }

 a { background-color: rgb(25,187,188); }

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

border-color css

<style>
 span { border-color: #19BBBC; }

 span { border-color: rgb(25,187,188); }

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