Html Css Color HEX #1BAFBC Light Sea Green

📋 copy color: '#1BAFBC'

red 27 ◦ green 175 ◦ blue 188

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

Shades of Light Sea Green #1BAFBC

Tints of Light Sea Green #1BAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 6.92%
G = 44.87%
B = 48.21%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1BAFBC (or 0x1BAFBC) is known color: Light Sea Green. HEX triplet: 1B, AF and BC. RGB value is (27,175,188). Sum of RGB (Red+Green+Blue) = 27+175+188=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #1BAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFBC is #E45043. Grayscale: #848484. Windows color (decimal): -14962756 or 12365595. OLE color: 12365595.

HSL color Cylindrical-coordinate representation of color #1BAFBC: hue angle of 184.84º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BAFBC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 175 188 -
CMYK 0.86 0.07 0 0.26
HSL 184.84º 0.75% 0.42% -
HSV(B) 184.84º 0.86% 0.74% -
XYZ 24.86 34.52 52.93 -
YUV 132.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 27 175 188 0.86 0.07 0 0.26 184.84 0.75 0.42
Hex 1B AF BC 56 7 0 1A B9 4B 2A
Octal 33 257 274 126 7 0 32 271 113 52
Binary 11011 10101111 10111100 1010110 111 0 11010 10111001 1001011 101010

Color Harmonies of #1BAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFBC

Black with #1BAFBC

Text Example


Text Example

White with #1BAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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