Html Css Color HEX #1BAFBE Light Sea Green

📋 copy color: '#1BAFBE'

red 27 ◦ green 175 ◦ blue 190

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

Shades of Light Sea Green #1BAFBE

Tints of Light Sea Green #1BAFBE

RGB

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

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

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

R = 6.89%
G = 44.64%
B = 48.47%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1BAFBE (or 0x1BAFBE) is known color: Light Sea Green. HEX triplet: 1B, AF and BE. RGB value is (27,175,190). Sum of RGB (Red+Green+Blue) = 27+175+190=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFBE is #E45041. Grayscale: #848484. Windows color (decimal): -14962754 or 12496667. OLE color: 12496667.

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

Color convert

RGB 27 175 190 -
CMYK 0.86 0.08 0 0.25
HSL 185.52º 0.75% 0.43% -
HSV(B) 185.52º 0.86% 0.75% -
XYZ 25.08 34.61 54.07 -
YUV 132.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 27 175 190 0.86 0.08 0 0.25 185.52 0.75 0.43
Hex 1B AF BE 56 8 0 19 BA 4B 2B
Octal 33 257 276 126 10 0 31 272 113 53
Binary 11011 10101111 10111110 1010110 1000 0 11001 10111010 1001011 101011

Color Harmonies of #1BAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFBE

Black with #1BAFBE

Text Example


Text Example

White with #1BAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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