Html Css Color HEX #1BADBE Light Sea Green

📋 copy color: '#1BADBE'

red 27 ◦ green 173 ◦ blue 190

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

Shades of Light Sea Green #1BADBE

Tints of Light Sea Green #1BADBE

RGB

 RED value IS 27 (10.94% from 255) = 6.92%

 GREEN value IS 173 (67.97% from 255) = 44.36%

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

R = 6.92%
G = 44.36%
B = 48.72%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1BADBE (or 0x1BADBE) is known color: Light Sea Green. HEX triplet: 1B, AD and BE. RGB value is (27,173,190). Sum of RGB (Red+Green+Blue) = 27+173+190=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADBE is #E45241. Grayscale: #838383. Windows color (decimal): -14963266 or 12496155. OLE color: 12496155.

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

Color convert

RGB 27 173 190 -
CMYK 0.86 0.09 0 0.25
HSL 186.26º 0.75% 0.43% -
HSV(B) 186.26º 0.86% 0.75% -
XYZ 24.69 33.84 53.95 -
YUV 131.28 161.13 53.62 -
System Red Green Blue C M Y K H S L
Decimal 27 173 190 0.86 0.09 0 0.25 186.26 0.75 0.43
Hex 1B AD BE 56 9 0 19 BA 4B 2B
Octal 33 255 276 126 11 0 31 272 113 53
Binary 11011 10101101 10111110 1010110 1001 0 11001 10111010 1001011 101011

Color Harmonies of #1BADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADBE

Black with #1BADBE

Text Example


Text Example

White with #1BADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,173,190); }

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

background-color css

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

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

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

border-color css

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

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

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