Html Css Color HEX #6BBEAC Gulf Stream

📋 copy color: '#6BBEAC'

red 107 ◦ green 190 ◦ blue 172

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

Shades of Gulf Stream #6BBEAC

Tints of Gulf Stream #6BBEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 22.81%
G = 40.51%
B = 36.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#6BBEAC (or 0x6BBEAC) is known color: Gulf Stream. HEX triplet: 6B, BE and AC. RGB value is (107,190,172). Sum of RGB (Red+Green+Blue) = 107+190+172=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAC is #944153. Grayscale: #A3A3A3. Windows color (decimal): -9716052 or 11320939. OLE color: 11320939.

HSL color Cylindrical-coordinate representation of color #6BBEAC: hue angle of 166.99º 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 #6BBEAC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 172 -
CMYK 0.44 0 0.09 0.25
HSL 166.99º 0.39% 0.58% -
HSV(B) 166.99º 0.44% 0.75% -
XYZ 31.92 42.93 45.63 -
YUV 163.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 107 190 172 0.44 0 0.09 0.25 166.99 0.39 0.58
Hex 6B BE AC 2C 0 9 19 A7 27 3A
Octal 153 276 254 54 0 11 31 247 47 72
Binary 1101011 10111110 10101100 101100 0 1001 11001 10100111 100111 111010

Color Harmonies of #6BBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEAC

Black with #6BBEAC

Text Example


Text Example

White with #6BBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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