Html Css Color HEX #6CBFAC Gulf Stream

📋 copy color: '#6CBFAC'

red 108 ◦ green 191 ◦ blue 172

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

Shades of Gulf Stream #6CBFAC

Tints of Gulf Stream #6CBFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 22.93%
G = 40.55%
B = 36.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6CBFAC (or 0x6CBFAC) is known color: Gulf Stream. HEX triplet: 6C, BF and AC. RGB value is (108,191,172). Sum of RGB (Red+Green+Blue) = 108+191+172=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBFAC is #934053. Grayscale: #A4A4A4. Windows color (decimal): -9650260 or 11321196. OLE color: 11321196.

HSL color Cylindrical-coordinate representation of color #6CBFAC: hue angle of 166.27º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBFAC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 191 172 -
CMYK 0.43 0 0.10 0.25
HSL 166.27º 0.39% 0.59% -
HSV(B) 166.27º 0.43% 0.75% -
XYZ 32.26 43.43 45.71 -
YUV 164.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 108 191 172 0.43 0 0.10 0.25 166.27 0.39 0.59
Hex 6C BF AC 2B 0 A 19 A6 27 3B
Octal 154 277 254 53 0 12 31 246 47 73
Binary 1101100 10111111 10101100 101011 0 1010 11001 10100110 100111 111011

Color Harmonies of #6CBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFAC

Black with #6CBFAC

Text Example


Text Example

White with #6CBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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