Html Css Color HEX #1DB9C1 Light Sea Green

📋 copy color: '#1DB9C1'

red 29 ◦ green 185 ◦ blue 193

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

Shades of Light Sea Green #1DB9C1

Tints of Light Sea Green #1DB9C1

RGB

 RED value IS 29 (11.72% from 255) = 7.13%

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 7.13%
G = 45.45%
B = 47.42%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1DB9C1 (or 0x1DB9C1) is known color: Light Sea Green. HEX triplet: 1D, B9 and C1. RGB value is (29,185,193). Sum of RGB (Red+Green+Blue) = 29+185+193=407 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.13% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DB9C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB9C1 is #E2463E. Grayscale: #8B8B8B. Windows color (decimal): -14829119 or 12695837. OLE color: 12695837.

HSL color Cylindrical-coordinate representation of color #1DB9C1: hue angle of 182.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DB9C1 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 185 193 -
CMYK 0.85 0.04 0 0.24
HSL 182.93º 0.74% 0.44% -
HSV(B) 182.93º 0.85% 0.76% -
XYZ 27.48 38.81 56.49 -
YUV 139.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 29 185 193 0.85 0.04 0 0.24 182.93 0.74 0.44
Hex 1D B9 C1 55 4 0 18 B7 4A 2C
Octal 35 271 301 125 4 0 30 267 112 54
Binary 11101 10111001 11000001 1010101 100 0 11000 10110111 1001010 101100

Color Harmonies of #1DB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB9C1

Black with #1DB9C1

Text Example


Text Example

White with #1DB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,193); }

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

background-color css

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

 a { background-color: rgb(29,185,193); }

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

border-color css

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

 span { border-color: rgb(29,185,193); }

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