Html Css Color HEX #6CBBAE Gulf Stream

📋 copy color: '#6CBBAE'

red 108 ◦ green 187 ◦ blue 174

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

Shades of Gulf Stream #6CBBAE

Tints of Gulf Stream #6CBBAE

RGB

 RED value IS 108 (42.58% from 255) = 23.03%

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 23.03%
G = 39.87%
B = 37.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#6CBBAE (or 0x6CBBAE) is known color: Gulf Stream. HEX triplet: 6C, BB and AE. RGB value is (108,187,174). Sum of RGB (Red+Green+Blue) = 108+187+174=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBBAE is #934451. Grayscale: #A1A1A1. Windows color (decimal): -9651282 or 11451244. OLE color: 11451244.

HSL color Cylindrical-coordinate representation of color #6CBBAE: hue angle of 170.13º degrees, saturation: 0.37, 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 #6CBBAE is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 187 174 -
CMYK 0.42 0 0.07 0.27
HSL 170.13º 0.37% 0.58% -
HSV(B) 170.13º 0.42% 0.73% -
XYZ 31.59 41.78 46.44 -
YUV 161.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 108 187 174 0.42 0 0.07 0.27 170.13 0.37 0.58
Hex 6C BB AE 2A 0 7 1B AA 25 3A
Octal 154 273 256 52 0 7 33 252 45 72
Binary 1101100 10111011 10101110 101010 0 111 11011 10101010 100101 111010

Color Harmonies of #6CBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBAE

Black with #6CBBAE

Text Example


Text Example

White with #6CBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,187,174); }

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

background-color css

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

 a { background-color: rgb(108,187,174); }

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

border-color css

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

 span { border-color: rgb(108,187,174); }

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