Html Css Color HEX #6CBCB2 Gulf Stream

📋 copy color: '#6CBCB2'

red 108 ◦ green 188 ◦ blue 178

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

Shades of Gulf Stream #6CBCB2

Tints of Gulf Stream #6CBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 22.78%
G = 39.66%
B = 37.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#6CBCB2 (or 0x6CBCB2) is known color: Gulf Stream. HEX triplet: 6C, BC and B2. RGB value is (108,188,178). Sum of RGB (Red+Green+Blue) = 108+188+178=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCB2 is #93434D. Grayscale: #A2A2A2. Windows color (decimal): -9651022 or 11713644. OLE color: 11713644.

HSL color Cylindrical-coordinate representation of color #6CBCB2: hue angle of 172.5º 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 #6CBCB2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 188 178 -
CMYK 0.43 0 0.05 0.26
HSL 172.5º 0.37% 0.58% -
HSV(B) 172.5º 0.43% 0.74% -
XYZ 32.2 42.37 48.6 -
YUV 162.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 108 188 178 0.43 0 0.05 0.26 172.5 0.37 0.58
Hex 6C BC B2 2B 0 5 1A AC 25 3A
Octal 154 274 262 53 0 5 32 254 45 72
Binary 1101100 10111100 10110010 101011 0 101 11010 10101100 100101 111010

Color Harmonies of #6CBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCB2

Black with #6CBCB2

Text Example


Text Example

White with #6CBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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