Html Css Color HEX #6CBBAB Gulf Stream

📋 copy color: '#6CBBAB'

red 108 ◦ green 187 ◦ blue 171

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

Shades of Gulf Stream #6CBBAB

Tints of Gulf Stream #6CBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 23.18%
G = 40.13%
B = 36.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#6CBBAB (or 0x6CBBAB) is known color: Gulf Stream. HEX triplet: 6C, BB and AB. RGB value is (108,187,171). Sum of RGB (Red+Green+Blue) = 108+187+171=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBBAB is #934454. Grayscale: #A1A1A1. Windows color (decimal): -9651285 or 11254636. OLE color: 11254636.

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

Color convert

RGB 108 187 171 -
CMYK 0.42 0 0.09 0.27
HSL 167.85º 0.37% 0.58% -
HSV(B) 167.85º 0.42% 0.73% -
XYZ 31.31 41.67 44.92 -
YUV 161.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 108 187 171 0.42 0 0.09 0.27 167.85 0.37 0.58
Hex 6C BB AB 2A 0 9 1B A8 25 3A
Octal 154 273 253 52 0 11 33 250 45 72
Binary 1101100 10111011 10101011 101010 0 1001 11011 10101000 100101 111010

Color Harmonies of #6CBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBAB

Black with #6CBBAB

Text Example


Text Example

White with #6CBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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