Html Css Color HEX #1CBDC1 Light Sea Green

📋 copy color: '#1CBDC1'

red 28 ◦ green 189 ◦ blue 193

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

Shades of Light Sea Green #1CBDC1

Tints of Light Sea Green #1CBDC1

RGB

 RED value IS 28 (11.33% from 255) = 6.83%

 GREEN value IS 189 (74.22% from 255) = 46.1%

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

R = 6.83%
G = 46.1%
B = 47.07%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1CBDC1 (or 0x1CBDC1) is known color: Light Sea Green. HEX triplet: 1C, BD and C1. RGB value is (28,189,193). Sum of RGB (Red+Green+Blue) = 28+189+193=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #1CBDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDC1 is #E3423E. Grayscale: #8D8D8D. Windows color (decimal): -14893631 or 12696860. OLE color: 12696860.

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

Color convert

RGB 28 189 193 -
CMYK 0.85 0.02 0 0.24
HSL 181.45º 0.75% 0.43% -
HSV(B) 181.45º 0.85% 0.76% -
XYZ 28.3 40.49 56.78 -
YUV 141.32 157.16 47.17 -
System Red Green Blue C M Y K H S L
Decimal 28 189 193 0.85 0.02 0 0.24 181.45 0.75 0.43
Hex 1C BD C1 55 2 0 18 B5 4B 2B
Octal 34 275 301 125 2 0 30 265 113 53
Binary 11100 10111101 11000001 1010101 10 0 11000 10110101 1001011 101011

Color Harmonies of #1CBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDC1

Black with #1CBDC1

Text Example


Text Example

White with #1CBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,189,193); }

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

background-color css

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

 a { background-color: rgb(28,189,193); }

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

border-color css

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

 span { border-color: rgb(28,189,193); }

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