Html Css Color HEX #1CBDBB Light Sea Green

📋 copy color: '#1CBDBB'

red 28 ◦ green 189 ◦ blue 187

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

Shades of Light Sea Green #1CBDBB

Tints of Light Sea Green #1CBDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 6.93%
G = 46.78%
B = 46.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#1CBDBB (or 0x1CBDBB) is known color: Light Sea Green. HEX triplet: 1C, BD and BB. RGB value is (28,189,187). Sum of RGB (Red+Green+Blue) = 28+189+187=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDBB is #E34244. Grayscale: #8C8C8C. Windows color (decimal): -14893637 or 12303644. OLE color: 12303644.

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

Color convert

RGB 28 189 187 -
CMYK 0.85 0 0.01 0.26
HSL 179.25º 0.74% 0.43% -
HSV(B) 179.25º 0.85% 0.74% -
XYZ 27.65 40.23 53.32 -
YUV 140.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 28 189 187 0.85 0 0.01 0.26 179.25 0.74 0.43
Hex 1C BD BB 55 0 1 1A B3 4A 2B
Octal 34 275 273 125 0 1 32 263 112 53
Binary 11100 10111101 10111011 1010101 0 1 11010 10110011 1001010 101011

Color Harmonies of #1CBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDBB

Black with #1CBDBB

Text Example


Text Example

White with #1CBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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