Html Css Color HEX #1CBDBE Light Sea Green

📋 copy color: '#1CBDBE'

red 28 ◦ green 189 ◦ blue 190

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

Shades of Light Sea Green #1CBDBE

Tints of Light Sea Green #1CBDBE

RGB

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

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

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

R = 6.88%
G = 46.44%
B = 46.68%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CBDBE (or 0x1CBDBE) is known color: Light Sea Green. HEX triplet: 1C, BD and BE. RGB value is (28,189,190). Sum of RGB (Red+Green+Blue) = 28+189+190=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CBDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDBE is #E34241. Grayscale: #8C8C8C. Windows color (decimal): -14893634 or 12500252. OLE color: 12500252.

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

Color convert

RGB 28 189 190 -
CMYK 0.85 0.01 0 0.25
HSL 180.37º 0.74% 0.43% -
HSV(B) 180.37º 0.85% 0.75% -
XYZ 27.97 40.36 55.03 -
YUV 140.98 155.66 47.42 -
System Red Green Blue C M Y K H S L
Decimal 28 189 190 0.85 0.01 0 0.25 180.37 0.74 0.43
Hex 1C BD BE 55 1 0 19 B4 4A 2B
Octal 34 275 276 125 1 0 31 264 112 53
Binary 11100 10111101 10111110 1010101 1 0 11001 10110100 1001010 101011

Color Harmonies of #1CBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDBE

Black with #1CBDBE

Text Example


Text Example

White with #1CBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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