Html Css Color HEX #6CBCAC Gulf Stream

📋 copy color: '#6CBCAC'

red 108 ◦ green 188 ◦ blue 172

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

Shades of Gulf Stream #6CBCAC

Tints of Gulf Stream #6CBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 23.08%
G = 40.17%
B = 36.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#6CBCAC (or 0x6CBCAC) is known color: Gulf Stream. HEX triplet: 6C, BC and AC. RGB value is (108,188,172). Sum of RGB (Red+Green+Blue) = 108+188+172=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCAC is #934353. Grayscale: #A2A2A2. Windows color (decimal): -9651028 or 11320428. OLE color: 11320428.

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

Color convert

RGB 108 188 172 -
CMYK 0.43 0 0.09 0.26
HSL 168º 0.37% 0.58% -
HSV(B) 168º 0.43% 0.74% -
XYZ 31.61 42.13 45.5 -
YUV 162.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 108 188 172 0.43 0 0.09 0.26 168 0.37 0.58
Hex 6C BC AC 2B 0 9 1A A8 25 3A
Octal 154 274 254 53 0 11 32 250 45 72
Binary 1101100 10111100 10101100 101011 0 1001 11010 10101000 100101 111010

Color Harmonies of #6CBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCAC

Black with #6CBCAC

Text Example


Text Example

White with #6CBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,172); }

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

background-color css

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

 a { background-color: rgb(108,188,172); }

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

border-color css

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

 span { border-color: rgb(108,188,172); }

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