Html Css Color HEX #1DBEBE Light Sea Green

📋 copy color: '#1DBEBE'

red 29 ◦ green 190 ◦ blue 190

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

Shades of Light Sea Green #1DBEBE

Tints of Light Sea Green #1DBEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.45%

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 7.09%
G = 46.45%
B = 46.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1DBEBE (or 0x1DBEBE) is known color: Light Sea Green. HEX triplet: 1D, BE and BE. RGB value is (29,190,190). Sum of RGB (Red+Green+Blue) = 29+190+190=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #1DBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBEBE is #E24141. Grayscale: #8D8D8D. Windows color (decimal): -14827842 or 12500509. OLE color: 12500509.

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

Color convert

RGB 29 190 190 -
CMYK 0.85 0 0 0.25
HSL 180º 0.74% 0.43% -
HSV(B) 180º 0.85% 0.75% -
XYZ 28.21 40.81 55.1 -
YUV 141.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 29 190 190 0.85 0 0 0.25 180 0.74 0.43
Hex 1D BE BE 55 0 0 19 B4 4A 2B
Octal 35 276 276 125 0 0 31 264 112 53
Binary 11101 10111110 10111110 1010101 0 0 11001 10110100 1001010 101011

Color Harmonies of #1DBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBEBE

Black with #1DBEBE

Text Example


Text Example

White with #1DBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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