Html Css Color HEX #1ABCBC Light Sea Green

📋 copy color: '#1ABCBC'

red 26 ◦ green 188 ◦ blue 188

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

Shades of Light Sea Green #1ABCBC

Tints of Light Sea Green #1ABCBC

RGB

 RED value IS 26 (10.55% from 255) = 6.47%

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

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

R = 6.47%
G = 46.77%
B = 46.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1ABCBC (or 0x1ABCBC) is known color: Light Sea Green. HEX triplet: 1A, BC and BC. RGB value is (26,188,188). Sum of RGB (Red+Green+Blue) = 26+188+188=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #1ABCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCBC is #E54343. Grayscale: #8B8B8B. Windows color (decimal): -15024964 or 12368922. OLE color: 12368922.

HSL color Cylindrical-coordinate representation of color #1ABCBC: hue angle of 180º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABCBC is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 188 -
CMYK 0.86 0 0 0.26
HSL 180º 0.76% 0.42% -
HSV(B) 180º 0.86% 0.74% -
XYZ 27.49 39.82 53.81 -
YUV 139.56 155.33 47 -
System Red Green Blue C M Y K H S L
Decimal 26 188 188 0.86 0 0 0.26 180 0.76 0.42
Hex 1A BC BC 56 0 0 1A B4 4C 2A
Octal 32 274 274 126 0 0 32 264 114 52
Binary 11010 10111100 10111100 1010110 0 0 11010 10110100 1001100 101010

Color Harmonies of #1ABCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCBC

Black with #1ABCBC

Text Example


Text Example

White with #1ABCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABCBC; }

 p { color: rgb(26,188,188); }

 H1.HeaderClassName
 {
   color: #1ABCBC;
 }
 .AnyTagClassName
 {
   color: #1ABCBC;
 }
</style>

background-color css

<style>
 a { background-color: #1ABCBC; }

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

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

border-color css

<style>
 span { border-color: #1ABCBC; }

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

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