Html Css Color HEX #1DB8C1 Light Sea Green

📋 copy color: '#1DB8C1'

red 29 ◦ green 184 ◦ blue 193

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

Shades of Light Sea Green #1DB8C1

Tints of Light Sea Green #1DB8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

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

R = 7.14%
G = 45.32%
B = 47.54%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1DB8C1 (or 0x1DB8C1) is known color: Light Sea Green. HEX triplet: 1D, B8 and C1. RGB value is (29,184,193). Sum of RGB (Red+Green+Blue) = 29+184+193=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DB8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB8C1 is #E2473E. Grayscale: #8A8A8A. Windows color (decimal): -14829375 or 12695581. OLE color: 12695581.

HSL color Cylindrical-coordinate representation of color #1DB8C1: hue angle of 183.29º 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 #1DB8C1 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 184 193 -
CMYK 0.85 0.05 0 0.24
HSL 183.29º 0.74% 0.44% -
HSV(B) 183.29º 0.85% 0.76% -
XYZ 27.27 38.39 56.43 -
YUV 138.68 158.65 49.77 -
System Red Green Blue C M Y K H S L
Decimal 29 184 193 0.85 0.05 0 0.24 183.29 0.74 0.44
Hex 1D B8 C1 55 5 0 18 B7 4A 2C
Octal 35 270 301 125 5 0 30 267 112 54
Binary 11101 10111000 11000001 1010101 101 0 11000 10110111 1001010 101100

Color Harmonies of #1DB8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB8C1

Black with #1DB8C1

Text Example


Text Example

White with #1DB8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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