Html Css Color HEX #1BAFBA Light Sea Green

📋 copy color: '#1BAFBA'

red 27 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #1BAFBA

Tints of Light Sea Green #1BAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 6.96%
G = 45.1%
B = 47.94%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1BAFBA (or 0x1BAFBA) is known color: Light Sea Green. HEX triplet: 1B, AF and BA. RGB value is (27,175,186). Sum of RGB (Red+Green+Blue) = 27+175+186=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #1BAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFBA is #E45045. Grayscale: #838383. Windows color (decimal): -14962758 or 12234523. OLE color: 12234523.

HSL color Cylindrical-coordinate representation of color #1BAFBA: hue angle of 184.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAFBA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 175 186 -
CMYK 0.85 0.06 0 0.27
HSL 184.15º 0.75% 0.42% -
HSV(B) 184.15º 0.85% 0.73% -
XYZ 24.64 34.44 51.8 -
YUV 132 158.47 53.11 -
System Red Green Blue C M Y K H S L
Decimal 27 175 186 0.85 0.06 0 0.27 184.15 0.75 0.42
Hex 1B AF BA 55 6 0 1B B8 4B 2A
Octal 33 257 272 125 6 0 33 270 113 52
Binary 11011 10101111 10111010 1010101 110 0 11011 10111000 1001011 101010

Color Harmonies of #1BAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFBA

Black with #1BAFBA

Text Example


Text Example

White with #1BAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,175,186); }

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

background-color css

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

 a { background-color: rgb(27,175,186); }

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

border-color css

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

 span { border-color: rgb(27,175,186); }

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