Html Css Color HEX #6BBEAB Gulf Stream

📋 copy color: '#6BBEAB'

red 107 ◦ green 190 ◦ blue 171

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

Shades of Gulf Stream #6BBEAB

Tints of Gulf Stream #6BBEAB

RGB

 RED value IS 107 (42.19% from 255) = 22.86%

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 22.86%
G = 40.6%
B = 36.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6BBEAB (or 0x6BBEAB) is known color: Gulf Stream. HEX triplet: 6B, BE and AB. RGB value is (107,190,171). Sum of RGB (Red+Green+Blue) = 107+190+171=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAB is #944154. Grayscale: #A3A3A3. Windows color (decimal): -9716053 or 11255403. OLE color: 11255403.

HSL color Cylindrical-coordinate representation of color #6BBEAB: hue angle of 166.27º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEAB is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 171 -
CMYK 0.44 0 0.10 0.25
HSL 166.27º 0.39% 0.58% -
HSV(B) 166.27º 0.44% 0.75% -
XYZ 31.83 42.89 45.13 -
YUV 163.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 107 190 171 0.44 0 0.10 0.25 166.27 0.39 0.58
Hex 6B BE AB 2C 0 A 19 A6 27 3A
Octal 153 276 253 54 0 12 31 246 47 72
Binary 1101011 10111110 10101011 101100 0 1010 11001 10100110 100111 111010

Color Harmonies of #6BBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEAB

Black with #6BBEAB

Text Example


Text Example

White with #6BBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BBEAB; }

 p { color: rgb(107,190,171); }

 H1.HeaderClassName
 {
   color: #6BBEAB;
 }
 .AnyTagClassName
 {
   color: #6BBEAB;
 }
</style>

background-color css

<style>
 a { background-color: #6BBEAB; }

 a { background-color: rgb(107,190,171); }

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

border-color css

<style>
 span { border-color: #6BBEAB; }

 span { border-color: rgb(107,190,171); }

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