Html Css Color HEX #6EBDB2 Gulf Stream

📋 copy color: '#6EBDB2'

red 110 ◦ green 189 ◦ blue 178

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

Shades of Gulf Stream #6EBDB2

Tints of Gulf Stream #6EBDB2

RGB

 RED value IS 110 (43.36% from 255) = 23.06%

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 23.06%
G = 39.62%
B = 37.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#6EBDB2 (or 0x6EBDB2) is known color: Gulf Stream. HEX triplet: 6E, BD and B2. RGB value is (110,189,178). Sum of RGB (Red+Green+Blue) = 110+189+178=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDB2 is #91424D. Grayscale: #A4A4A4. Windows color (decimal): -9519694 or 11713902. OLE color: 11713902.

HSL color Cylindrical-coordinate representation of color #6EBDB2: hue angle of 171.65º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDB2 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 189 178 -
CMYK 0.42 0 0.06 0.26
HSL 171.65º 0.37% 0.59% -
HSV(B) 171.65º 0.42% 0.74% -
XYZ 32.66 42.92 48.68 -
YUV 164.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 110 189 178 0.42 0 0.06 0.26 171.65 0.37 0.59
Hex 6E BD B2 2A 0 6 1A AC 25 3B
Octal 156 275 262 52 0 6 32 254 45 73
Binary 1101110 10111101 10110010 101010 0 110 11010 10101100 100101 111011

Color Harmonies of #6EBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDB2

Black with #6EBDB2

Text Example


Text Example

White with #6EBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,178); }

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

background-color css

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

 a { background-color: rgb(110,189,178); }

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

border-color css

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

 span { border-color: rgb(110,189,178); }

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