Html Css Color HEX #1FBCBC Light Sea Green

📋 copy color: '#1FBCBC'

red 31 ◦ green 188 ◦ blue 188

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

Shades of Light Sea Green #1FBCBC

Tints of Light Sea Green #1FBCBC

RGB

 RED value IS 31 (12.5% from 255) = 7.62%

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

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

R = 7.62%
G = 46.19%
B = 46.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1FBCBC (or 0x1FBCBC) is known color: Light Sea Green. HEX triplet: 1F, BC and BC. RGB value is (31,188,188). Sum of RGB (Red+Green+Blue) = 31+188+188=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #1FBCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCBC is #E04343. Grayscale: #8C8C8C. Windows color (decimal): -14697284 or 12368927. OLE color: 12368927.

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

Color convert

RGB 31 188 188 -
CMYK 0.84 0 0 0.26
HSL 180º 0.72% 0.43% -
HSV(B) 180º 0.84% 0.74% -
XYZ 27.63 39.89 53.82 -
YUV 141.06 154.49 49.5 -
System Red Green Blue C M Y K H S L
Decimal 31 188 188 0.84 0 0 0.26 180 0.72 0.43
Hex 1F BC BC 54 0 0 1A B4 48 2B
Octal 37 274 274 124 0 0 32 264 110 53
Binary 11111 10111100 10111100 1010100 0 0 11010 10110100 1001000 101011

Color Harmonies of #1FBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBCBC

Black with #1FBCBC

Text Example


Text Example

White with #1FBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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