Html Css Color HEX #6CBBAF Gulf Stream

📋 copy color: '#6CBBAF'

red 108 ◦ green 187 ◦ blue 175

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

Shades of Gulf Stream #6CBBAF

Tints of Gulf Stream #6CBBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 22.98%
G = 39.79%
B = 37.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#6CBBAF (or 0x6CBBAF) is known color: Gulf Stream. HEX triplet: 6C, BB and AF. RGB value is (108,187,175). Sum of RGB (Red+Green+Blue) = 108+187+175=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBBAF is #934450. Grayscale: #A1A1A1. Windows color (decimal): -9651281 or 11516780. OLE color: 11516780.

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

Color convert

RGB 108 187 175 -
CMYK 0.42 0 0.06 0.27
HSL 170.89º 0.37% 0.58% -
HSV(B) 170.89º 0.42% 0.73% -
XYZ 31.69 41.82 46.96 -
YUV 162.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 108 187 175 0.42 0 0.06 0.27 170.89 0.37 0.58
Hex 6C BB AF 2A 0 6 1B AB 25 3A
Octal 154 273 257 52 0 6 33 253 45 72
Binary 1101100 10111011 10101111 101010 0 110 11011 10101011 100101 111010

Color Harmonies of #6CBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBAF

Black with #6CBBAF

Text Example


Text Example

White with #6CBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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