Html Css Color HEX #6EBBB4 Gulf Stream

📋 copy color: '#6EBBB4'

red 110 ◦ green 187 ◦ blue 180

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

Shades of Gulf Stream #6EBBB4

Tints of Gulf Stream #6EBBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 23.06%
G = 39.2%
B = 37.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6EBBB4 (or 0x6EBBB4) is known color: Gulf Stream. HEX triplet: 6E, BB and B4. RGB value is (110,187,180). Sum of RGB (Red+Green+Blue) = 110+187+180=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBB4 is #91444B. Grayscale: #A3A3A3. Windows color (decimal): -9520204 or 11844462. OLE color: 11844462.

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

Color convert

RGB 110 187 180 -
CMYK 0.41 0 0.04 0.27
HSL 174.55º 0.36% 0.58% -
HSV(B) 174.55º 0.41% 0.73% -
XYZ 32.44 42.15 49.61 -
YUV 163.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 110 187 180 0.41 0 0.04 0.27 174.55 0.36 0.58
Hex 6E BB B4 29 0 4 1B AF 24 3A
Octal 156 273 264 51 0 4 33 257 44 72
Binary 1101110 10111011 10110100 101001 0 100 11011 10101111 100100 111010

Color Harmonies of #6EBBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBB4

Black with #6EBBB4

Text Example


Text Example

White with #6EBBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,187,180); }

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

background-color css

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

 a { background-color: rgb(110,187,180); }

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

border-color css

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

 span { border-color: rgb(110,187,180); }

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