Html Css Color HEX #6DBBA6 Gulf Stream

📋 copy color: '#6DBBA6'

red 109 ◦ green 187 ◦ blue 166

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

Shades of Gulf Stream #6DBBA6

Tints of Gulf Stream #6DBBA6

RGB

 RED value IS 109 (42.97% from 255) = 23.59%

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 23.59%
G = 40.48%
B = 35.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#6DBBA6 (or 0x6DBBA6) is known color: Gulf Stream. HEX triplet: 6D, BB and A6. RGB value is (109,187,166). Sum of RGB (Red+Green+Blue) = 109+187+166=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBA6 is #924459. Grayscale: #A1A1A1. Windows color (decimal): -9585754 or 10926957. OLE color: 10926957.

HSL color Cylindrical-coordinate representation of color #6DBBA6: hue angle of 163.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBA6 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 187 166 -
CMYK 0.42 0 0.11 0.27
HSL 163.85º 0.36% 0.58% -
HSV(B) 163.85º 0.42% 0.73% -
XYZ 30.96 41.55 42.46 -
YUV 161.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 109 187 166 0.42 0 0.11 0.27 163.85 0.36 0.58
Hex 6D BB A6 2A 0 B 1B A4 24 3A
Octal 155 273 246 52 0 13 33 244 44 72
Binary 1101101 10111011 10100110 101010 0 1011 11011 10100100 100100 111010

Color Harmonies of #6DBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBA6

Black with #6DBBA6

Text Example


Text Example

White with #6DBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,187,166); }

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

background-color css

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

 a { background-color: rgb(109,187,166); }

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

border-color css

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

 span { border-color: rgb(109,187,166); }

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